Html Css Color HEX #3C465D Blue Zodiac

📋 copy color: '#3C465D'

red 60 ◦ green 70 ◦ blue 93

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

Shades of Blue Zodiac #3C465D

Tints of Blue Zodiac #3C465D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 31.39%

 BLUE value IS 93 (36.72% from 255) = 41.7%

R = 26.91%
G = 31.39%
B = 41.7%

CMYK

 C value IS 0.35

 M value IS 0.25

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#3C465D (or 0x3C465D) is known color: Blue Zodiac. HEX triplet: 3C, 46 and 5D. RGB value is (60,70,93). Sum of RGB (Red+Green+Blue) = 60+70+93=223 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.91% from 223); Green value is 70 (27.73% from 255 or 31.39% from 223); Blue value is 93 (36.72% from 255 or 41.70% from 223); Max value from RGB is 93 - color contains mainly: blue. Hex color #3C465D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C465D is #C3B9A2. Grayscale: #454545. Windows color (decimal): -12827043 or 6112828. OLE color: 6112828.

HSL color Cylindrical-coordinate representation of color #3C465D: hue angle of 221.82º degrees, saturation: 0.22, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3C465D is Cyan = 0.35, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 60 70 93 -
CMYK 0.35 0.25 0 0.64
HSL 221.82º 0.22% 0.3% -
HSV(B) 221.82º 0.35% 0.36% -
XYZ 6.03 6.13 11.22 -
YUV 69.63 141.19 121.13 -
System Red Green Blue C M Y K H S L
Decimal 60 70 93 0.35 0.25 0 0.64 221.82 0.22 0.3
Hex 3C 46 5D 23 19 0 40 DE 16 1E
Octal 74 106 135 43 31 0 100 336 26 36
Binary 111100 1000110 1011101 100011 11001 0 1000000 11011110 10110 11110

Color Harmonies of #3C465D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C465D

Black with #3C465D

Text Example


Text Example

White with #3C465D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,70,93); }

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

background-color css

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

 a { background-color: rgb(60,70,93); }

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

border-color css

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

 span { border-color: rgb(60,70,93); }

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