Html Css Color HEX #393D4E Blue Zodiac

📋 copy color: '#393D4E'

red 57 ◦ green 61 ◦ blue 78

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

Shades of Blue Zodiac #393D4E

Tints of Blue Zodiac #393D4E

RGB

 RED value IS 57 (22.66% from 255) = 29.08%

 GREEN value IS 61 (24.22% from 255) = 31.12%

 BLUE value IS 78 (30.86% from 255) = 39.8%

R = 29.08%
G = 31.12%
B = 39.8%

CMYK

 C value IS 0.27

 M value IS 0.22

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#393D4E (or 0x393D4E) is known color: Blue Zodiac. HEX triplet: 39, 3D and 4E. RGB value is (57,61,78). Sum of RGB (Red+Green+Blue) = 57+61+78=196 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.08% from 196); Green value is 61 (24.22% from 255 or 31.12% from 196); Blue value is 78 (30.86% from 255 or 39.80% from 196); Max value from RGB is 78 - color contains mainly: blue. Hex color #393D4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393D4E is #C6C2B1. Grayscale: #3D3D3D. Windows color (decimal): -13025970 or 5127481. OLE color: 5127481.

HSL color Cylindrical-coordinate representation of color #393D4E: hue angle of 228.57º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #393D4E is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 57 61 78 -
CMYK 0.27 0.22 0 0.69
HSL 228.57º 0.16% 0.26% -
HSV(B) 228.57º 0.27% 0.31% -
XYZ 4.73 4.76 7.88 -
YUV 61.74 137.17 124.62 -
System Red Green Blue C M Y K H S L
Decimal 57 61 78 0.27 0.22 0 0.69 228.57 0.16 0.26
Hex 39 3D 4E 1B 16 0 45 E5 10 1A
Octal 71 75 116 33 26 0 105 345 20 32
Binary 111001 111101 1001110 11011 10110 0 1000101 11100101 10000 11010

Color Harmonies of #393D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393D4E

Black with #393D4E

Text Example


Text Example

White with #393D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393D4E; }

 p { color: rgb(57,61,78); }

 H1.HeaderClassName
 {
   color: #393D4E;
 }
 .AnyTagClassName
 {
   color: #393D4E;
 }
</style>

background-color css

<style>
 a { background-color: #393D4E; }

 a { background-color: rgb(57,61,78); }

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

border-color css

<style>
 span { border-color: #393D4E; }

 span { border-color: rgb(57,61,78); }

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