Html Css Color HEX #3C4253 Blue Zodiac

📋 copy color: '#3C4253'

red 60 ◦ green 66 ◦ blue 83

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

Shades of Blue Zodiac #3C4253

Tints of Blue Zodiac #3C4253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 39.71%

R = 28.71%
G = 31.58%
B = 39.71%

CMYK

 C value IS 0.28

 M value IS 0.20

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#3C4253 (or 0x3C4253) is known color: Blue Zodiac. HEX triplet: 3C, 42 and 53. RGB value is (60,66,83). Sum of RGB (Red+Green+Blue) = 60+66+83=209 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.71% from 209); Green value is 66 (26.17% from 255 or 31.58% from 209); Blue value is 83 (32.81% from 255 or 39.71% from 209); Max value from RGB is 83 - color contains mainly: blue. Hex color #3C4253 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C4253 is #C3BDAC. Grayscale: #424242. Windows color (decimal): -12828077 or 5456444. OLE color: 5456444.

HSL color Cylindrical-coordinate representation of color #3C4253: hue angle of 224.35º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3C4253 is Cyan = 0.28, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 60 66 83 -
CMYK 0.28 0.20 0 0.67
HSL 224.35º 0.16% 0.28% -
HSV(B) 224.35º 0.28% 0.33% -
XYZ 5.37 5.48 8.96 -
YUV 66.14 137.51 123.62 -
System Red Green Blue C M Y K H S L
Decimal 60 66 83 0.28 0.20 0 0.67 224.35 0.16 0.28
Hex 3C 42 53 1C 14 0 43 E0 10 1C
Octal 74 102 123 34 24 0 103 340 20 34
Binary 111100 1000010 1010011 11100 10100 0 1000011 11100000 10000 11100

Color Harmonies of #3C4253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4253

Black with #3C4253

Text Example


Text Example

White with #3C4253

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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