Html Css Color HEX #394359 Blue Zodiac

📋 copy color: '#394359'

red 57 ◦ green 67 ◦ blue 89

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

Shades of Blue Zodiac #394359

Tints of Blue Zodiac #394359

RGB

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

 GREEN value IS 67 (26.56% from 255) = 31.46%

 BLUE value IS 89 (35.16% from 255) = 41.78%

R = 26.76%
G = 31.46%
B = 41.78%

CMYK

 C value IS 0.36

 M value IS 0.25

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#394359 (or 0x394359) is known color: Blue Zodiac. HEX triplet: 39, 43 and 59. RGB value is (57,67,89). Sum of RGB (Red+Green+Blue) = 57+67+89=213 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.76% from 213); Green value is 67 (26.56% from 255 or 31.46% from 213); Blue value is 89 (35.16% from 255 or 41.78% from 213); Max value from RGB is 89 - color contains mainly: blue. Hex color #394359 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394359 is #C6BCA6. Grayscale: #424242. Windows color (decimal): -13024423 or 5849913. OLE color: 5849913.

HSL color Cylindrical-coordinate representation of color #394359: hue angle of 221.25º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #394359 is Cyan = 0.36, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 57 67 89 -
CMYK 0.36 0.25 0 0.65
HSL 221.25º 0.22% 0.29% -
HSV(B) 221.25º 0.36% 0.35% -
XYZ 5.5 5.61 10.24 -
YUV 66.52 140.69 121.21 -
System Red Green Blue C M Y K H S L
Decimal 57 67 89 0.36 0.25 0 0.65 221.25 0.22 0.29
Hex 39 43 59 24 19 0 41 DD 16 1D
Octal 71 103 131 44 31 0 101 335 26 35
Binary 111001 1000011 1011001 100100 11001 0 1000001 11011101 10110 11101

Color Harmonies of #394359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394359

Black with #394359

Text Example


Text Example

White with #394359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394359; }

 p { color: rgb(57,67,89); }

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

background-color css

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

 a { background-color: rgb(57,67,89); }

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

border-color css

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

 span { border-color: rgb(57,67,89); }

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