Html Css Color HEX #3C4359 Blue Zodiac

📋 copy color: '#3C4359'

red 60 ◦ green 67 ◦ blue 89

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

Shades of Blue Zodiac #3C4359

Tints of Blue Zodiac #3C4359

RGB

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

 GREEN value IS 67 (26.56% from 255) = 31.02%

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

R = 27.78%
G = 31.02%
B = 41.2%

CMYK

 C value IS 0.33

 M value IS 0.25

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3C4359 (or 0x3C4359) is known color: Blue Zodiac. HEX triplet: 3C, 43 and 59. RGB value is (60,67,89). Sum of RGB (Red+Green+Blue) = 60+67+89=216 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.78% from 216); Green value is 67 (26.56% from 255 or 31.02% from 216); Blue value is 89 (35.16% from 255 or 41.20% from 216); Max value from RGB is 89 - color contains mainly: blue. Hex color #3C4359 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C4359 is #C3BCA6. Grayscale: #434343. Windows color (decimal): -12827815 or 5849916. OLE color: 5849916.

HSL color Cylindrical-coordinate representation of color #3C4359: hue angle of 225.52º 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 #3C4359 is Cyan = 0.33, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 60 67 89 -
CMYK 0.33 0.25 0 0.65
HSL 225.52º 0.19% 0.29% -
HSV(B) 225.52º 0.33% 0.35% -
XYZ 5.67 5.7 10.25 -
YUV 67.42 140.18 122.71 -
System Red Green Blue C M Y K H S L
Decimal 60 67 89 0.33 0.25 0 0.65 225.52 0.19 0.29
Hex 3C 43 59 21 19 0 41 E2 13 1D
Octal 74 103 131 41 31 0 101 342 23 35
Binary 111100 1000011 1011001 100001 11001 0 1000001 11100010 10011 11101

Color Harmonies of #3C4359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4359

Black with #3C4359

Text Example


Text Example

White with #3C4359

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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