Html Css Color HEX #394F75 Astronaut

📋 copy color: '#394F75'

red 57 ◦ green 79 ◦ blue 117

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

Shades of Astronaut #394F75

Tints of Astronaut #394F75

RGB

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

 GREEN value IS 79 (31.25% from 255) = 31.23%

 BLUE value IS 117 (46.09% from 255) = 46.25%

R = 22.53%
G = 31.23%
B = 46.25%

CMYK

 C value IS 0.51

 M value IS 0.32

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#394F75 (or 0x394F75) is known color: Astronaut. HEX triplet: 39, 4F and 75. RGB value is (57,79,117). Sum of RGB (Red+Green+Blue) = 57+79+117=253 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.53% from 253); Green value is 79 (31.25% from 255 or 31.23% from 253); Blue value is 117 (46.09% from 255 or 46.25% from 253); Max value from RGB is 117 - color contains mainly: blue. Hex color #394F75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #394F75 is #C6B08A. Grayscale: #4C4C4C. Windows color (decimal): -13021323 or 7687993. OLE color: 7687993.

HSL color Cylindrical-coordinate representation of color #394F75: hue angle of 218º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #394F75 is Cyan = 0.51, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 57 79 117 -
CMYK 0.51 0.32 0 0.54
HSL 218º 0.34% 0.34% -
HSV(B) 218º 0.51% 0.46% -
XYZ 7.69 7.75 17.92 -
YUV 76.75 150.71 113.91 -
System Red Green Blue C M Y K H S L
Decimal 57 79 117 0.51 0.32 0 0.54 218 0.34 0.34
Hex 39 4F 75 33 20 0 36 DA 22 22
Octal 71 117 165 63 40 0 66 332 42 42
Binary 111001 1001111 1110101 110011 100000 0 110110 11011010 100010 100010

Color Harmonies of #394F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394F75

Black with #394F75

Text Example


Text Example

White with #394F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394F75; }

 p { color: rgb(57,79,117); }

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

background-color css

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

 a { background-color: rgb(57,79,117); }

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

border-color css

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

 span { border-color: rgb(57,79,117); }

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