Html Css Color HEX #339091 Blue Chill

📋 copy color: '#339091'

red 51 ◦ green 144 ◦ blue 145

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

Shades of Blue Chill #339091

Tints of Blue Chill #339091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 42.65%

R = 15%
G = 42.35%
B = 42.65%

CMYK

 C value IS 0.65

 M value IS 0.01

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#339091 (or 0x339091) is known color: Blue Chill. HEX triplet: 33, 90 and 91. RGB value is (51,144,145). Sum of RGB (Red+Green+Blue) = 51+144+145=340 (45% of max value = 765). Red value is 51 (20.31% from 255 or 15% from 340); Green value is 144 (56.64% from 255 or 42.35% from 340); Blue value is 145 (57.03% from 255 or 42.65% from 340); Max value from RGB is 145 - color contains mainly: blue. Hex color #339091 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339091 is #CC6F6E. Grayscale: #747474. Windows color (decimal): -13397871 or 9539635. OLE color: 9539635.

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

Color convert

RGB 51 144 145 -
CMYK 0.65 0.01 0 0.43
HSL 180.64º 0.48% 0.38% -
HSV(B) 180.64º 0.65% 0.57% -
XYZ 16.45 22.69 30.3 -
YUV 116.31 144.19 81.42 -
System Red Green Blue C M Y K H S L
Decimal 51 144 145 0.65 0.01 0 0.43 180.64 0.48 0.38
Hex 33 90 91 41 1 0 2B B5 30 26
Octal 63 220 221 101 1 0 53 265 60 46
Binary 110011 10010000 10010001 1000001 1 0 101011 10110101 110000 100110

Color Harmonies of #339091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #339091

Black with #339091

Text Example


Text Example

White with #339091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #339091; }

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

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

background-color css

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

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

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

border-color css

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

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

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