Html Css Color HEX #397694 Astral

📋 copy color: '#397694'

red 57 ◦ green 118 ◦ blue 148

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

Shades of Astral #397694

Tints of Astral #397694

RGB

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

 GREEN value IS 118 (46.48% from 255) = 36.53%

 BLUE value IS 148 (58.2% from 255) = 45.82%

R = 17.65%
G = 36.53%
B = 45.82%

CMYK

 C value IS 0.61

 M value IS 0.20

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#397694 (or 0x397694) is known color: Astral. HEX triplet: 39, 76 and 94. RGB value is (57,118,148). Sum of RGB (Red+Green+Blue) = 57+118+148=323 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.65% from 323); Green value is 118 (46.48% from 255 or 36.53% from 323); Blue value is 148 (58.20% from 255 or 45.82% from 323); Max value from RGB is 148 - color contains mainly: blue. Hex color #397694 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397694 is #C6896B. Grayscale: #666666. Windows color (decimal): -13011308 or 9729593. OLE color: 9729593.

HSL color Cylindrical-coordinate representation of color #397694: hue angle of 199.78º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #397694 is Cyan = 0.61, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 57 118 148 -
CMYK 0.61 0.20 0 0.42
HSL 199.78º 0.44% 0.4% -
HSV(B) 199.78º 0.61% 0.58% -
XYZ 13.51 15.96 30.39 -
YUV 103.18 153.29 95.06 -
System Red Green Blue C M Y K H S L
Decimal 57 118 148 0.61 0.20 0 0.42 199.78 0.44 0.4
Hex 39 76 94 3D 14 0 2A C8 2C 28
Octal 71 166 224 75 24 0 52 310 54 50
Binary 111001 1110110 10010100 111101 10100 0 101010 11001000 101100 101000

Color Harmonies of #397694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397694

Black with #397694

Text Example


Text Example

White with #397694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397694; }

 p { color: rgb(57,118,148); }

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

background-color css

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

 a { background-color: rgb(57,118,148); }

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

border-color css

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

 span { border-color: rgb(57,118,148); }

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