Html Css Color HEX #3C4251 Blue Zodiac

📋 copy color: '#3C4251'

red 60 ◦ green 66 ◦ blue 81

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

Shades of Blue Zodiac #3C4251

Tints of Blue Zodiac #3C4251

RGB

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

 GREEN value IS 66 (26.17% from 255) = 31.88%

 BLUE value IS 81 (32.03% from 255) = 39.13%

R = 28.99%
G = 31.88%
B = 39.13%

CMYK

 C value IS 0.26

 M value IS 0.19

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#3C4251 (or 0x3C4251) is known color: Blue Zodiac. HEX triplet: 3C, 42 and 51. RGB value is (60,66,81). Sum of RGB (Red+Green+Blue) = 60+66+81=207 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.99% from 207); Green value is 66 (26.17% from 255 or 31.88% from 207); Blue value is 81 (32.03% from 255 or 39.13% from 207); Max value from RGB is 81 - color contains mainly: blue. Hex color #3C4251 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C4251 is #C3BDAE. Grayscale: #414141. Windows color (decimal): -12828079 or 5325372. OLE color: 5325372.

HSL color Cylindrical-coordinate representation of color #3C4251: hue angle of 222.86º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #3C4251 is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 60 66 81 -
CMYK 0.26 0.19 0 0.68
HSL 222.86º 0.15% 0.28% -
HSV(B) 222.86º 0.26% 0.32% -
XYZ 5.3 5.45 8.56 -
YUV 65.92 136.51 123.78 -
System Red Green Blue C M Y K H S L
Decimal 60 66 81 0.26 0.19 0 0.68 222.86 0.15 0.28
Hex 3C 42 51 1A 13 0 44 DF F 1C
Octal 74 102 121 32 23 0 104 337 17 34
Binary 111100 1000010 1010001 11010 10011 0 1000100 11011111 1111 11100

Color Harmonies of #3C4251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4251

Black with #3C4251

Text Example


Text Example

White with #3C4251

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,66,81); }

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

background-color css

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

 a { background-color: rgb(60,66,81); }

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

border-color css

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

 span { border-color: rgb(60,66,81); }

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