Html Css Color HEX #397295 Astral

📋 copy color: '#397295'

red 57 ◦ green 114 ◦ blue 149

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

Shades of Astral #397295

Tints of Astral #397295

RGB

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

 GREEN value IS 114 (44.92% from 255) = 35.63%

 BLUE value IS 149 (58.59% from 255) = 46.56%

R = 17.81%
G = 35.63%
B = 46.56%

CMYK

 C value IS 0.62

 M value IS 0.23

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#397295 (or 0x397295) is known color: Astral. HEX triplet: 39, 72 and 95. RGB value is (57,114,149). Sum of RGB (Red+Green+Blue) = 57+114+149=320 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.81% from 320); Green value is 114 (44.92% from 255 or 35.62% from 320); Blue value is 149 (58.59% from 255 or 46.56% from 320); Max value from RGB is 149 - color contains mainly: blue. Hex color #397295 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397295 is #C68D6A. Grayscale: #646464. Windows color (decimal): -13012331 or 9794105. OLE color: 9794105.

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

Color convert

RGB 57 114 149 -
CMYK 0.62 0.23 0 0.42
HSL 202.83º 0.45% 0.4% -
HSV(B) 202.83º 0.62% 0.58% -
XYZ 13.13 15.07 30.65 -
YUV 100.95 155.12 96.65 -
System Red Green Blue C M Y K H S L
Decimal 57 114 149 0.62 0.23 0 0.42 202.83 0.45 0.4
Hex 39 72 95 3E 17 0 2A CB 2D 28
Octal 71 162 225 76 27 0 52 313 55 50
Binary 111001 1110010 10010101 111110 10111 0 101010 11001011 101101 101000

Color Harmonies of #397295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397295

Black with #397295

Text Example


Text Example

White with #397295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397295; }

 p { color: rgb(57,114,149); }

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

background-color css

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

 a { background-color: rgb(57,114,149); }

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

border-color css

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

 span { border-color: rgb(57,114,149); }

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