Html Css Color HEX #397596 Astral

📋 copy color: '#397596'

red 57 ◦ green 117 ◦ blue 150

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

Shades of Astral #397596

Tints of Astral #397596

RGB

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

 GREEN value IS 117 (46.09% from 255) = 36.11%

 BLUE value IS 150 (58.98% from 255) = 46.3%

R = 17.59%
G = 36.11%
B = 46.3%

CMYK

 C value IS 0.62

 M value IS 0.22

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#397596 (or 0x397596) is known color: Astral. HEX triplet: 39, 75 and 96. RGB value is (57,117,150). Sum of RGB (Red+Green+Blue) = 57+117+150=324 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.59% from 324); Green value is 117 (46.09% from 255 or 36.11% from 324); Blue value is 150 (58.98% from 255 or 46.30% from 324); Max value from RGB is 150 - color contains mainly: blue. Hex color #397596 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397596 is #C68A69. Grayscale: #666666. Windows color (decimal): -13011562 or 9860409. OLE color: 9860409.

HSL color Cylindrical-coordinate representation of color #397596: hue angle of 201.29º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #397596 is Cyan = 0.62, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 57 117 150 -
CMYK 0.62 0.22 0 0.41
HSL 201.29º 0.45% 0.41% -
HSV(B) 201.29º 0.62% 0.59% -
XYZ 13.55 15.79 31.19 -
YUV 102.82 154.62 95.32 -
System Red Green Blue C M Y K H S L
Decimal 57 117 150 0.62 0.22 0 0.41 201.29 0.45 0.41
Hex 39 75 96 3E 16 0 29 C9 2D 29
Octal 71 165 226 76 26 0 51 311 55 51
Binary 111001 1110101 10010110 111110 10110 0 101001 11001001 101101 101001

Color Harmonies of #397596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397596

Black with #397596

Text Example


Text Example

White with #397596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397596; }

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

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

background-color css

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

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

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

border-color css

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

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

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