Html Css Color HEX #393D53 Blue Zodiac

📋 copy color: '#393D53'

red 57 ◦ green 61 ◦ blue 83

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

Shades of Blue Zodiac #393D53

Tints of Blue Zodiac #393D53

RGB

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

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

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

R = 28.36%
G = 30.35%
B = 41.29%

CMYK

 C value IS 0.31

 M value IS 0.27

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#393D53 (or 0x393D53) is known color: Blue Zodiac. HEX triplet: 39, 3D and 53. RGB value is (57,61,83). Sum of RGB (Red+Green+Blue) = 57+61+83=201 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.36% from 201); Green value is 61 (24.22% from 255 or 30.35% from 201); Blue value is 83 (32.81% from 255 or 41.29% from 201); Max value from RGB is 83 - color contains mainly: blue. Hex color #393D53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393D53 is #C6C2AC. Grayscale: #3E3E3E. Windows color (decimal): -13025965 or 5455161. OLE color: 5455161.

HSL color Cylindrical-coordinate representation of color #393D53: hue angle of 230.77º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #393D53 is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 57 61 83 -
CMYK 0.31 0.27 0 0.67
HSL 230.77º 0.19% 0.27% -
HSV(B) 230.77º 0.31% 0.33% -
XYZ 4.92 4.83 8.86 -
YUV 62.31 139.67 124.21 -
System Red Green Blue C M Y K H S L
Decimal 57 61 83 0.31 0.27 0 0.67 230.77 0.19 0.27
Hex 39 3D 53 1F 1B 0 43 E7 13 1B
Octal 71 75 123 37 33 0 103 347 23 33
Binary 111001 111101 1010011 11111 11011 0 1000011 11100111 10011 11011

Color Harmonies of #393D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393D53

Black with #393D53

Text Example


Text Example

White with #393D53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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