Html Css Color HEX #394255 Blue Zodiac

📋 copy color: '#394255'

red 57 ◦ green 66 ◦ blue 85

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

Shades of Blue Zodiac #394255

Tints of Blue Zodiac #394255

RGB

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

 GREEN value IS 66 (26.17% from 255) = 31.73%

 BLUE value IS 85 (33.59% from 255) = 40.87%

R = 27.4%
G = 31.73%
B = 40.87%

CMYK

 C value IS 0.33

 M value IS 0.22

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#394255 (or 0x394255) is known color: Blue Zodiac. HEX triplet: 39, 42 and 55. RGB value is (57,66,85). Sum of RGB (Red+Green+Blue) = 57+66+85=208 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.40% from 208); Green value is 66 (26.17% from 255 or 31.73% from 208); Blue value is 85 (33.59% from 255 or 40.87% from 208); Max value from RGB is 85 - color contains mainly: blue. Hex color #394255 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394255 is #C6BDAA. Grayscale: #414141. Windows color (decimal): -13024683 or 5587513. OLE color: 5587513.

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

Color convert

RGB 57 66 85 -
CMYK 0.33 0.22 0 0.67
HSL 220.71º 0.2% 0.28% -
HSV(B) 220.71º 0.33% 0.33% -
XYZ 5.28 5.42 9.36 -
YUV 65.48 139.02 121.96 -
System Red Green Blue C M Y K H S L
Decimal 57 66 85 0.33 0.22 0 0.67 220.71 0.2 0.28
Hex 39 42 55 21 16 0 43 DD 14 1C
Octal 71 102 125 41 26 0 103 335 24 34
Binary 111001 1000010 1010101 100001 10110 0 1000011 11011101 10100 11100

Color Harmonies of #394255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394255

Black with #394255

Text Example


Text Example

White with #394255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394255; }

 p { color: rgb(57,66,85); }

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

background-color css

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

 a { background-color: rgb(57,66,85); }

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

border-color css

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

 span { border-color: rgb(57,66,85); }

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