Html Css Color HEX #3C9088 Blue Chill

📋 copy color: '#3C9088'

red 60 ◦ green 144 ◦ blue 136

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

Shades of Blue Chill #3C9088

Tints of Blue Chill #3C9088

RGB

 RED value IS 60 (23.83% from 255) = 17.65%

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

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

R = 17.65%
G = 42.35%
B = 40%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.06

 K value IS 0.44

RGB Variations

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

Color information

#3C9088 (or 0x3C9088) is known color: Blue Chill. HEX triplet: 3C, 90 and 88. RGB value is (60,144,136). Sum of RGB (Red+Green+Blue) = 60+144+136=340 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.65% from 340); Green value is 144 (56.64% from 255 or 42.35% from 340); Blue value is 136 (53.52% from 255 or 40% from 340); Max value from RGB is 144 - color contains mainly: green. Hex color #3C9088 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C9088 is #C36F77. Grayscale: #757575. Windows color (decimal): -12808056 or 8949820. OLE color: 8949820.

HSL color Cylindrical-coordinate representation of color #3C9088: hue angle of 174.29º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3C9088 is Cyan = 0.58, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB 60 144 136 -
CMYK 0.58 0 0.06 0.44
HSL 174.29º 0.41% 0.4% -
HSV(B) 174.29º 0.58% 0.56% -
XYZ 16.28 22.68 26.81 -
YUV 117.97 138.17 86.65 -
System Red Green Blue C M Y K H S L
Decimal 60 144 136 0.58 0 0.06 0.44 174.29 0.41 0.4
Hex 3C 90 88 3A 0 6 2C AE 29 28
Octal 74 220 210 72 0 6 54 256 51 50
Binary 111100 10010000 10001000 111010 0 110 101100 10101110 101001 101000

Color Harmonies of #3C9088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C9088

Black with #3C9088

Text Example


Text Example

White with #3C9088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3C9088; }

 p { color: rgb(60,144,136); }

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

background-color css

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

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

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

border-color css

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

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

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