Html Css Color HEX #3C465A Blue Zodiac

📋 copy color: '#3C465A'

red 60 ◦ green 70 ◦ blue 90

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

Shades of Blue Zodiac #3C465A

Tints of Blue Zodiac #3C465A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 40.91%

R = 27.27%
G = 31.82%
B = 40.91%

CMYK

 C value IS 0.33

 M value IS 0.22

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3C465A (or 0x3C465A) is known color: Blue Zodiac. HEX triplet: 3C, 46 and 5A. RGB value is (60,70,90). Sum of RGB (Red+Green+Blue) = 60+70+90=220 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.27% from 220); Green value is 70 (27.73% from 255 or 31.82% from 220); Blue value is 90 (35.55% from 255 or 40.91% from 220); Max value from RGB is 90 - color contains mainly: blue. Hex color #3C465A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C465A is #C3B9A5. Grayscale: #454545. Windows color (decimal): -12827046 or 5916220. OLE color: 5916220.

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

Color convert

RGB 60 70 90 -
CMYK 0.33 0.22 0 0.65
HSL 220º 0.2% 0.29% -
HSV(B) 220º 0.33% 0.35% -
XYZ 5.9 6.08 10.54 -
YUV 69.29 139.69 121.37 -
System Red Green Blue C M Y K H S L
Decimal 60 70 90 0.33 0.22 0 0.65 220 0.2 0.29
Hex 3C 46 5A 21 16 0 41 DC 14 1D
Octal 74 106 132 41 26 0 101 334 24 35
Binary 111100 1000110 1011010 100001 10110 0 1000001 11011100 10100 11101

Color Harmonies of #3C465A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C465A

Black with #3C465A

Text Example


Text Example

White with #3C465A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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