Html Css Color HEX #3E4553 Blue Zodiac

📋 copy color: '#3E4553'

red 62 ◦ green 69 ◦ blue 83

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

Shades of Blue Zodiac #3E4553

Tints of Blue Zodiac #3E4553

RGB

 RED value IS 62 (24.61% from 255) = 28.97%

 GREEN value IS 69 (27.34% from 255) = 32.24%

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

R = 28.97%
G = 32.24%
B = 38.79%

CMYK

 C value IS 0.25

 M value IS 0.17

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#3E4553 (or 0x3E4553) is known color: Blue Zodiac. HEX triplet: 3E, 45 and 53. RGB value is (62,69,83). Sum of RGB (Red+Green+Blue) = 62+69+83=214 (28% of max value = 765). Red value is 62 (24.61% from 255 or 28.97% from 214); Green value is 69 (27.34% from 255 or 32.24% from 214); Blue value is 83 (32.81% from 255 or 38.79% from 214); Max value from RGB is 83 - color contains mainly: blue. Hex color #3E4553 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E4553 is #C1BAAC. Grayscale: #444444. Windows color (decimal): -12696237 or 5457214. OLE color: 5457214.

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

Color convert

RGB 62 69 83 -
CMYK 0.25 0.17 0 0.67
HSL 220º 0.14% 0.28% -
HSV(B) 220º 0.25% 0.33% -
XYZ 5.68 5.9 9.02 -
YUV 68.5 136.18 123.36 -
System Red Green Blue C M Y K H S L
Decimal 62 69 83 0.25 0.17 0 0.67 220 0.14 0.28
Hex 3E 45 53 19 11 0 43 DC E 1C
Octal 76 105 123 31 21 0 103 334 16 34
Binary 111110 1000101 1010011 11001 10001 0 1000011 11011100 1110 11100

Color Harmonies of #3E4553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E4553

Black with #3E4553

Text Example


Text Example

White with #3E4553

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,69,83); }

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

background-color css

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

 a { background-color: rgb(62,69,83); }

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

border-color css

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

 span { border-color: rgb(62,69,83); }

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