Html Css Color HEX #3C8990 Blue Chill

📋 copy color: '#3C8990'

red 60 ◦ green 137 ◦ blue 144

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

Shades of Blue Chill #3C8990

Tints of Blue Chill #3C8990

RGB

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

 GREEN value IS 137 (53.91% from 255) = 40.18%

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

R = 17.6%
G = 40.18%
B = 42.23%

CMYK

 C value IS 0.58

 M value IS 0.05

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#3C8990 (or 0x3C8990) is known color: Blue Chill. HEX triplet: 3C, 89 and 90. RGB value is (60,137,144). Sum of RGB (Red+Green+Blue) = 60+137+144=341 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.60% from 341); Green value is 137 (53.91% from 255 or 40.18% from 341); Blue value is 144 (56.64% from 255 or 42.23% from 341); Max value from RGB is 144 - color contains mainly: blue. Hex color #3C8990 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C8990 is #C3766F. Grayscale: #727272. Windows color (decimal): -12809840 or 9472316. OLE color: 9472316.

HSL color Cylindrical-coordinate representation of color #3C8990: hue angle of 185º 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 #3C8990 is Cyan = 0.58, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 60 137 144 -
CMYK 0.58 0.05 0 0.44
HSL 185º 0.41% 0.4% -
HSV(B) 185º 0.58% 0.56% -
XYZ 15.84 20.87 29.58 -
YUV 114.78 144.49 88.93 -
System Red Green Blue C M Y K H S L
Decimal 60 137 144 0.58 0.05 0 0.44 185 0.41 0.4
Hex 3C 89 90 3A 5 0 2C B9 29 28
Octal 74 211 220 72 5 0 54 271 51 50
Binary 111100 10001001 10010000 111010 101 0 101100 10111001 101001 101000

Color Harmonies of #3C8990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C8990

Black with #3C8990

Text Example


Text Example

White with #3C8990

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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