#3C3F4A

Color #3C3F4A Blue Zodiac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Zodiac #3C3F4A

Tints of Blue Zodiac #3C3F4A

Color information

#3C3F4A (or 0x3C3F4A) is unknown color: approx Blue Zodiac. HEX triplet: 3C, 3F and 4A. RGB value is (60,63,74). Sum of RGB (Red+Green+Blue) = 60+63+74=197 (26% of max value = 765). Red value is 60 (23.83% from 255 or 30.46% from 197); Green value is 63 (25% from 255 or 31.98% from 197); Blue value is 74 (29.30% from 255 or 37.56% from 197); Max value from RGB is 74 - color contains mainly: blue. Hex color #3C3F4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3F4A is #C3C0B5. Grayscale: #3F3F3F. Windows color (decimal): -12828854 or 4865852. OLE color: 4865852.

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

Color convert

RGB606374-
CMYK0.190.1500.71
HSL227.14º10.45%26.27%-
HSV(B)227.14º18.92%29.02%-
XYZ4.885.017.19-
YUV63.36134.01125.61-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 30.46%
GREEN value IS 63 (25% from 255) = 31.98%
BLUE value IS 74 (29.30% from 255) = 37.56%
R=30.46%
G=31.98%
B=37.56%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6063740.190.1500.71227.1410.4526.27
Hex3C3F4A13F047e3a1a
Octal7477112231701073431232
Binary11110011111110010101001111110100011111100011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,63,74); }

 H1.HeaderClassName
 {
   color: #3C3F4A;
 }
 .AnyTagClassName
 {
   color: #3C3F4A;
 }
</style>
background-color css

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

 a { background-color: rgb(60,63,74); }

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

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

 span { border-color: rgb(60,63,74); }

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