Html Css Color HEX #397090 Astral

📋 copy color: '#397090'

red 57 ◦ green 112 ◦ blue 144

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

Shades of Astral #397090

Tints of Astral #397090

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35.78%

 BLUE value IS 144 (56.64% from 255) = 46.01%

R = 18.21%
G = 35.78%
B = 46.01%

CMYK

 C value IS 0.60

 M value IS 0.22

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#397090 (or 0x397090) is known color: Astral. HEX triplet: 39, 70 and 90. RGB value is (57,112,144). Sum of RGB (Red+Green+Blue) = 57+112+144=313 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.21% from 313); Green value is 112 (44.14% from 255 or 35.78% from 313); Blue value is 144 (56.64% from 255 or 46.01% from 313); Max value from RGB is 144 - color contains mainly: blue. Hex color #397090 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397090 is #C68F6F. Grayscale: #636363. Windows color (decimal): -13012848 or 9465913. OLE color: 9465913.

HSL color Cylindrical-coordinate representation of color #397090: hue angle of 202.07º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #397090 is Cyan = 0.60, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 57 112 144 -
CMYK 0.60 0.22 0 0.44
HSL 202.07º 0.43% 0.39% -
HSV(B) 202.07º 0.6% 0.56% -
XYZ 12.52 14.47 28.52 -
YUV 99.2 153.28 97.9 -
System Red Green Blue C M Y K H S L
Decimal 57 112 144 0.60 0.22 0 0.44 202.07 0.43 0.39
Hex 39 70 90 3C 16 0 2C CA 2B 27
Octal 71 160 220 74 26 0 54 312 53 47
Binary 111001 1110000 10010000 111100 10110 0 101100 11001010 101011 100111

Color Harmonies of #397090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397090

Black with #397090

Text Example


Text Example

White with #397090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397090; }

 p { color: rgb(57,112,144); }

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

background-color css

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

 a { background-color: rgb(57,112,144); }

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

border-color css

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

 span { border-color: rgb(57,112,144); }

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