Html Css Color HEX #397393 Astral

📋 copy color: '#397393'

red 57 ◦ green 115 ◦ blue 147

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

Shades of Astral #397393

Tints of Astral #397393

RGB

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

 GREEN value IS 115 (45.31% from 255) = 36.05%

 BLUE value IS 147 (57.81% from 255) = 46.08%

R = 17.87%
G = 36.05%
B = 46.08%

CMYK

 C value IS 0.61

 M value IS 0.22

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#397393 (or 0x397393) is known color: Astral. HEX triplet: 39, 73 and 93. RGB value is (57,115,147). Sum of RGB (Red+Green+Blue) = 57+115+147=319 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.87% from 319); Green value is 115 (45.31% from 255 or 36.05% from 319); Blue value is 147 (57.81% from 255 or 46.08% from 319); Max value from RGB is 147 - color contains mainly: blue. Hex color #397393 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397393 is #C68C6C. Grayscale: #656565. Windows color (decimal): -13012077 or 9663289. OLE color: 9663289.

HSL color Cylindrical-coordinate representation of color #397393: hue angle of 201.33º 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 #397393 is Cyan = 0.61, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 57 115 147 -
CMYK 0.61 0.22 0 0.42
HSL 201.33º 0.44% 0.4% -
HSV(B) 201.33º 0.61% 0.58% -
XYZ 13.08 15.24 29.86 -
YUV 101.31 153.78 96.4 -
System Red Green Blue C M Y K H S L
Decimal 57 115 147 0.61 0.22 0 0.42 201.33 0.44 0.4
Hex 39 73 93 3D 16 0 2A C9 2C 28
Octal 71 163 223 75 26 0 52 311 54 50
Binary 111001 1110011 10010011 111101 10110 0 101010 11001001 101100 101000

Color Harmonies of #397393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397393

Black with #397393

Text Example


Text Example

White with #397393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397393; }

 p { color: rgb(57,115,147); }

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

background-color css

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

 a { background-color: rgb(57,115,147); }

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

border-color css

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

 span { border-color: rgb(57,115,147); }

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