Html Css Color HEX #3D465A Blue Zodiac

📋 copy color: '#3D465A'

red 61 ◦ green 70 ◦ blue 90

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

Shades of Blue Zodiac #3D465A

Tints of Blue Zodiac #3D465A

RGB

 RED value IS 61 (24.22% from 255) = 27.6%

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

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

R = 27.6%
G = 31.67%
B = 40.72%

CMYK

 C value IS 0.32

 M value IS 0.22

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3D465A (or 0x3D465A) is known color: Blue Zodiac. HEX triplet: 3D, 46 and 5A. RGB value is (61,70,90). Sum of RGB (Red+Green+Blue) = 61+70+90=221 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.60% from 221); Green value is 70 (27.73% from 255 or 31.67% from 221); Blue value is 90 (35.55% from 255 or 40.72% from 221); Max value from RGB is 90 - color contains mainly: blue. Hex color #3D465A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D465A is #C2B9A5. Grayscale: #454545. Windows color (decimal): -12761510 or 5916221. OLE color: 5916221.

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

Color convert

RGB 61 70 90 -
CMYK 0.32 0.22 0 0.65
HSL 221.38º 0.19% 0.3% -
HSV(B) 221.38º 0.32% 0.35% -
XYZ 5.96 6.11 10.54 -
YUV 69.59 139.52 121.87 -
System Red Green Blue C M Y K H S L
Decimal 61 70 90 0.32 0.22 0 0.65 221.38 0.19 0.3
Hex 3D 46 5A 20 16 0 41 DD 13 1E
Octal 75 106 132 40 26 0 101 335 23 36
Binary 111101 1000110 1011010 100000 10110 0 1000001 11011101 10011 11110

Color Harmonies of #3D465A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D465A

Black with #3D465A

Text Example


Text Example

White with #3D465A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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