Html Css Color HEX #339188 Blue Chill

📋 copy color: '#339188'

red 51 ◦ green 145 ◦ blue 136

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

Shades of Blue Chill #339188

Tints of Blue Chill #339188

RGB

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

 GREEN value IS 145 (57.03% from 255) = 43.67%

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

R = 15.36%
G = 43.67%
B = 40.96%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.06

 K value IS 0.43

RGB Variations

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

Color information

#339188 (or 0x339188) is known color: Blue Chill. HEX triplet: 33, 91 and 88. RGB value is (51,145,136). Sum of RGB (Red+Green+Blue) = 51+145+136=332 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.36% from 332); Green value is 145 (57.03% from 255 or 43.67% from 332); Blue value is 136 (53.52% from 255 or 40.96% from 332); Max value from RGB is 145 - color contains mainly: green. Hex color #339188 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339188 is #CC6E77. Grayscale: #737373. Windows color (decimal): -13397624 or 8950067. OLE color: 8950067.

HSL color Cylindrical-coordinate representation of color #339188: hue angle of 174.26º 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 #339188 is Cyan = 0.65, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.43.

Color convert

RGB 51 145 136 -
CMYK 0.65 0 0.06 0.43
HSL 174.26º 0.48% 0.38% -
HSV(B) 174.26º 0.65% 0.57% -
XYZ 15.93 22.73 26.84 -
YUV 115.87 139.36 81.73 -
System Red Green Blue C M Y K H S L
Decimal 51 145 136 0.65 0 0.06 0.43 174.26 0.48 0.38
Hex 33 91 88 41 0 6 2B AE 30 26
Octal 63 221 210 101 0 6 53 256 60 46
Binary 110011 10010001 10001000 1000001 0 110 101011 10101110 110000 100110

Color Harmonies of #339188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #339188

Black with #339188

Text Example


Text Example

White with #339188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #339188; }

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

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

background-color css

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

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

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

border-color css

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

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

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