Html Css Color HEX #3C4259 Blue Zodiac

📋 copy color: '#3C4259'

red 60 ◦ green 66 ◦ blue 89

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

Shades of Blue Zodiac #3C4259

Tints of Blue Zodiac #3C4259

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 41.4%

R = 27.91%
G = 30.7%
B = 41.4%

CMYK

 C value IS 0.33

 M value IS 0.26

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3C4259 (or 0x3C4259) is known color: Blue Zodiac. HEX triplet: 3C, 42 and 59. RGB value is (60,66,89). Sum of RGB (Red+Green+Blue) = 60+66+89=215 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.91% from 215); Green value is 66 (26.17% from 255 or 30.70% from 215); Blue value is 89 (35.16% from 255 or 41.40% from 215); Max value from RGB is 89 - color contains mainly: blue. Hex color #3C4259 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C4259 is #C3BDA6. Grayscale: #424242. Windows color (decimal): -12828071 or 5849660. OLE color: 5849660.

HSL color Cylindrical-coordinate representation of color #3C4259: hue angle of 227.59º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3C4259 is Cyan = 0.33, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 60 66 89 -
CMYK 0.33 0.26 0 0.65
HSL 227.59º 0.19% 0.29% -
HSV(B) 227.59º 0.33% 0.35% -
XYZ 5.61 5.58 10.23 -
YUV 66.83 140.51 123.13 -
System Red Green Blue C M Y K H S L
Decimal 60 66 89 0.33 0.26 0 0.65 227.59 0.19 0.29
Hex 3C 42 59 21 1A 0 41 E4 13 1D
Octal 74 102 131 41 32 0 101 344 23 35
Binary 111100 1000010 1011001 100001 11010 0 1000001 11100100 10011 11101

Color Harmonies of #3C4259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4259

Black with #3C4259

Text Example


Text Example

White with #3C4259

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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