Html Css Color HEX #339288 Blue Chill

📋 copy color: '#339288'

red 51 ◦ green 146 ◦ blue 136

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

Shades of Blue Chill #339288

Tints of Blue Chill #339288

RGB

 RED value IS 51 (20.31% from 255) = 15.32%

 GREEN value IS 146 (57.42% from 255) = 43.84%

 BLUE value IS 136 (53.52% from 255) = 40.84%

R = 15.32%
G = 43.84%
B = 40.84%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.07

 K value IS 0.43

RGB Variations

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

Color information

#339288 (or 0x339288) is known color: Blue Chill. HEX triplet: 33, 92 and 88. RGB value is (51,146,136). Sum of RGB (Red+Green+Blue) = 51+146+136=333 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.32% from 333); Green value is 146 (57.42% from 255 or 43.84% from 333); Blue value is 136 (53.52% from 255 or 40.84% from 333); Max value from RGB is 146 - color contains mainly: green. Hex color #339288 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339288 is #CC6D77. Grayscale: #747474. Windows color (decimal): -13397368 or 8950323. OLE color: 8950323.

HSL color Cylindrical-coordinate representation of color #339288: hue angle of 173.68º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #339288 is Cyan = 0.65, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.43.

Color convert

RGB 51 146 136 -
CMYK 0.65 0 0.07 0.43
HSL 173.68º 0.48% 0.39% -
HSV(B) 173.68º 0.65% 0.57% -
XYZ 16.09 23.04 26.89 -
YUV 116.46 139.03 81.31 -
System Red Green Blue C M Y K H S L
Decimal 51 146 136 0.65 0 0.07 0.43 173.68 0.48 0.39
Hex 33 92 88 41 0 7 2B AE 30 27
Octal 63 222 210 101 0 7 53 256 60 47
Binary 110011 10010010 10001000 1000001 0 111 101011 10101110 110000 100111

Color Harmonies of #339288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #339288

Black with #339288

Text Example


Text Example

White with #339288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #339288; }

 p { color: rgb(51,146,136); }

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

background-color css

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

 a { background-color: rgb(51,146,136); }

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

border-color css

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

 span { border-color: rgb(51,146,136); }

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