Html Css Color HEX #393F52 Blue Zodiac

📋 copy color: '#393F52'

red 57 ◦ green 63 ◦ blue 82

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

Shades of Blue Zodiac #393F52

Tints of Blue Zodiac #393F52

RGB

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

 GREEN value IS 63 (25% from 255) = 31.19%

 BLUE value IS 82 (32.42% from 255) = 40.59%

R = 28.22%
G = 31.19%
B = 40.59%

CMYK

 C value IS 0.30

 M value IS 0.23

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#393F52 (or 0x393F52) is known color: Blue Zodiac. HEX triplet: 39, 3F and 52. RGB value is (57,63,82). Sum of RGB (Red+Green+Blue) = 57+63+82=202 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.22% from 202); Green value is 63 (25% from 255 or 31.19% from 202); Blue value is 82 (32.42% from 255 or 40.59% from 202); Max value from RGB is 82 - color contains mainly: blue. Hex color #393F52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393F52 is #C6C0AD. Grayscale: #3F3F3F. Windows color (decimal): -13025454 or 5390137. OLE color: 5390137.

HSL color Cylindrical-coordinate representation of color #393F52: hue angle of 225.6º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #393F52 is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 57 63 82 -
CMYK 0.30 0.23 0 0.68
HSL 225.6º 0.18% 0.27% -
HSV(B) 225.6º 0.3% 0.32% -
XYZ 4.99 5.03 8.69 -
YUV 63.37 138.51 123.46 -
System Red Green Blue C M Y K H S L
Decimal 57 63 82 0.30 0.23 0 0.68 225.6 0.18 0.27
Hex 39 3F 52 1E 17 0 44 E2 12 1B
Octal 71 77 122 36 27 0 104 342 22 33
Binary 111001 111111 1010010 11110 10111 0 1000100 11100010 10010 11011

Color Harmonies of #393F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393F52

Black with #393F52

Text Example


Text Example

White with #393F52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,63,82); }

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

background-color css

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

 a { background-color: rgb(57,63,82); }

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

border-color css

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

 span { border-color: rgb(57,63,82); }

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