Html Css Color HEX #339090 Blue Chill

📋 copy color: '#339090'

red 51 ◦ green 144 ◦ blue 144

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

Shades of Blue Chill #339090

Tints of Blue Chill #339090

RGB

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

 GREEN value IS 144 (56.64% from 255) = 42.48%

 BLUE value IS 144 (56.64% from 255) = 42.48%

R = 15.04%
G = 42.48%
B = 42.48%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#339090 (or 0x339090) is known color: Blue Chill. HEX triplet: 33, 90 and 90. RGB value is (51,144,144). Sum of RGB (Red+Green+Blue) = 51+144+144=339 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.04% from 339); Green value is 144 (56.64% from 255 or 42.48% from 339); Blue value is 144 (56.64% from 255 or 42.48% from 339); Max value from RGB is 144 - color contains mainly: green, blue. Hex color #339090 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339090 is #CC6F6F. Grayscale: #747474. Windows color (decimal): -13397872 or 9474099. OLE color: 9474099.

HSL color Cylindrical-coordinate representation of color #339090: hue angle of 180º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #339090 is Cyan = 0.65, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 51 144 144 -
CMYK 0.65 0 0 0.44
HSL 180º 0.48% 0.38% -
HSV(B) 180º 0.65% 0.56% -
XYZ 16.37 22.66 29.9 -
YUV 116.19 143.69 81.5 -
System Red Green Blue C M Y K H S L
Decimal 51 144 144 0.65 0 0 0.44 180 0.48 0.38
Hex 33 90 90 41 0 0 2C B4 30 26
Octal 63 220 220 101 0 0 54 264 60 46
Binary 110011 10010000 10010000 1000001 0 0 101100 10110100 110000 100110

Color Harmonies of #339090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #339090

Black with #339090

Text Example


Text Example

White with #339090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #339090; }

 p { color: rgb(51,144,144); }

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

background-color css

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

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

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

border-color css

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

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

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