Html Css Color HEX #397692 Astral

📋 copy color: '#397692'

red 57 ◦ green 118 ◦ blue 146

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

Shades of Astral #397692

Tints of Astral #397692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 45.48%

R = 17.76%
G = 36.76%
B = 45.48%

CMYK

 C value IS 0.61

 M value IS 0.19

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#397692 (or 0x397692) is known color: Astral. HEX triplet: 39, 76 and 92. RGB value is (57,118,146). Sum of RGB (Red+Green+Blue) = 57+118+146=321 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.76% from 321); Green value is 118 (46.48% from 255 or 36.76% from 321); Blue value is 146 (57.42% from 255 or 45.48% from 321); Max value from RGB is 146 - color contains mainly: blue. Hex color #397692 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397692 is #C6896D. Grayscale: #666666. Windows color (decimal): -13011310 or 9598521. OLE color: 9598521.

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

Color convert

RGB 57 118 146 -
CMYK 0.61 0.19 0 0.43
HSL 198.88º 0.44% 0.4% -
HSV(B) 198.88º 0.61% 0.57% -
XYZ 13.35 15.9 29.56 -
YUV 102.95 152.29 95.22 -
System Red Green Blue C M Y K H S L
Decimal 57 118 146 0.61 0.19 0 0.43 198.88 0.44 0.4
Hex 39 76 92 3D 13 0 2B C7 2C 28
Octal 71 166 222 75 23 0 53 307 54 50
Binary 111001 1110110 10010010 111101 10011 0 101011 11000111 101100 101000

Color Harmonies of #397692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397692

Black with #397692

Text Example


Text Example

White with #397692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397692; }

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

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

background-color css

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

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

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

border-color css

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

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

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