Html Css Color HEX #339592 Blue Chill

📋 copy color: '#339592'

red 51 ◦ green 149 ◦ blue 146

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

Shades of Blue Chill #339592

Tints of Blue Chill #339592

RGB

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

 GREEN value IS 149 (58.59% from 255) = 43.06%

 BLUE value IS 146 (57.42% from 255) = 42.2%

R = 14.74%
G = 43.06%
B = 42.2%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.02

 K value IS 0.42

RGB Variations

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

Color information

#339592 (or 0x339592) is known color: Blue Chill. HEX triplet: 33, 95 and 92. RGB value is (51,149,146). Sum of RGB (Red+Green+Blue) = 51+149+146=346 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.74% from 346); Green value is 149 (58.59% from 255 or 43.06% from 346); Blue value is 146 (57.42% from 255 or 42.20% from 346); Max value from RGB is 149 - color contains mainly: green. Hex color #339592 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339592 is #CC6A6D. Grayscale: #777777. Windows color (decimal): -13396590 or 9606451. OLE color: 9606451.

HSL color Cylindrical-coordinate representation of color #339592: hue angle of 178.16º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #339592 is Cyan = 0.66, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.42.

Color convert

RGB 51 149 146 -
CMYK 0.66 0 0.02 0.42
HSL 178.16º 0.49% 0.39% -
HSV(B) 178.16º 0.66% 0.58% -
XYZ 17.3 24.27 30.97 -
YUV 119.36 143.03 79.24 -
System Red Green Blue C M Y K H S L
Decimal 51 149 146 0.66 0 0.02 0.42 178.16 0.49 0.39
Hex 33 95 92 42 0 2 2A B2 31 27
Octal 63 225 222 102 0 2 52 262 61 47
Binary 110011 10010101 10010010 1000010 0 10 101010 10110010 110001 100111

Color Harmonies of #339592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #339592

Black with #339592

Text Example


Text Example

White with #339592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #339592; }

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

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

background-color css

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

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

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

border-color css

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

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

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