Html Css Color HEX #393C4D Blue Zodiac

📋 copy color: '#393C4D'

red 57 ◦ green 60 ◦ blue 77

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

Shades of Blue Zodiac #393C4D

Tints of Blue Zodiac #393C4D

RGB

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

 GREEN value IS 60 (23.83% from 255) = 30.93%

 BLUE value IS 77 (30.47% from 255) = 39.69%

R = 29.38%
G = 30.93%
B = 39.69%

CMYK

 C value IS 0.26

 M value IS 0.22

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#393C4D (or 0x393C4D) is known color: Blue Zodiac. HEX triplet: 39, 3C and 4D. RGB value is (57,60,77). Sum of RGB (Red+Green+Blue) = 57+60+77=194 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.38% from 194); Green value is 60 (23.83% from 255 or 30.93% from 194); Blue value is 77 (30.47% from 255 or 39.69% from 194); Max value from RGB is 77 - color contains mainly: blue. Hex color #393C4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393C4D is #C6C3B2. Grayscale: #3C3C3C. Windows color (decimal): -13026227 or 5061689. OLE color: 5061689.

HSL color Cylindrical-coordinate representation of color #393C4D: hue angle of 231º degrees, saturation: 0.15, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #393C4D is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 57 60 77 -
CMYK 0.26 0.22 0 0.70
HSL 231º 0.15% 0.26% -
HSV(B) 231º 0.26% 0.3% -
XYZ 4.64 4.64 7.67 -
YUV 61.04 137.01 125.12 -
System Red Green Blue C M Y K H S L
Decimal 57 60 77 0.26 0.22 0 0.70 231 0.15 0.26
Hex 39 3C 4D 1A 16 0 46 E7 F 1A
Octal 71 74 115 32 26 0 106 347 17 32
Binary 111001 111100 1001101 11010 10110 0 1000110 11100111 1111 11010

Color Harmonies of #393C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393C4D

Black with #393C4D

Text Example


Text Example

White with #393C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,60,77); }

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

background-color css

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

 a { background-color: rgb(57,60,77); }

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

border-color css

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

 span { border-color: rgb(57,60,77); }

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