Html Css Color HEX #34828A Blue Chill

📋 copy color: '#34828A'

red 52 ◦ green 130 ◦ blue 138

#34828A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Chill #34828A

Tints of Blue Chill #34828A

RGB

 RED value IS 52 (20.7% from 255) = 16.25%

 GREEN value IS 130 (51.17% from 255) = 40.63%

 BLUE value IS 138 (54.3% from 255) = 43.13%

R = 16.25%
G = 40.63%
B = 43.13%

CMYK

 C value IS 0.62

 M value IS 0.06

 Y value IS 0

 K value IS 0.46

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#34828A (or 0x34828A) is known color: Blue Chill. HEX triplet: 34, 82 and 8A. RGB value is (52,130,138). Sum of RGB (Red+Green+Blue) = 52+130+138=320 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.25% from 320); Green value is 130 (51.17% from 255 or 40.62% from 320); Blue value is 138 (54.30% from 255 or 43.12% from 320); Max value from RGB is 138 - color contains mainly: blue. Hex color #34828A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34828A is #CB7D75. Grayscale: #6B6B6B. Windows color (decimal): -13335926 or 9077300. OLE color: 9077300.

HSL color Cylindrical-coordinate representation of color #34828A: hue angle of 185.58º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #34828A is Cyan = 0.62, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 52 130 138 -
CMYK 0.62 0.06 0 0.46
HSL 185.58º 0.45% 0.37% -
HSV(B) 185.58º 0.62% 0.54% -
XYZ 13.99 18.53 26.88 -
YUV 107.59 145.16 88.35 -
System Red Green Blue C M Y K H S L
Decimal 52 130 138 0.62 0.06 0 0.46 185.58 0.45 0.37
Hex 34 82 8A 3E 6 0 2E BA 2D 25
Octal 64 202 212 76 6 0 56 272 55 45
Binary 110100 10000010 10001010 111110 110 0 101110 10111010 101101 100101

Color Harmonies of #34828A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34828A

Black with #34828A

Text Example


Text Example

White with #34828A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34828A; }

 p { color: rgb(52,130,138); }

 H1.HeaderClassName
 {
   color: #34828A;
 }
 .AnyTagClassName
 {
   color: #34828A;
 }
</style>

background-color css

<style>
 a { background-color: #34828A; }

 a { background-color: rgb(52,130,138); }

 div.DivClassName
 {
   background-color: #34828A;
 }
 .BgClassName
 {
   background-color: #34828A;
 }
</style>

border-color css

<style>
 span { border-color: #34828A; }

 span { border-color: rgb(52,130,138); }

 td.TdClassName
 {
   border-color: #34828A;
 }
 .TagClassName
 {
   border-color: #34828A;
 }
</style>