Html Css Color HEX #396983 Astral

📋 copy color: '#396983'

red 57 ◦ green 105 ◦ blue 131

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

Shades of Astral #396983

Tints of Astral #396983

RGB

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

 GREEN value IS 105 (41.41% from 255) = 35.84%

 BLUE value IS 131 (51.56% from 255) = 44.71%

R = 19.45%
G = 35.84%
B = 44.71%

CMYK

 C value IS 0.56

 M value IS 0.20

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#396983 (or 0x396983) is known color: Astral. HEX triplet: 39, 69 and 83. RGB value is (57,105,131). Sum of RGB (Red+Green+Blue) = 57+105+131=293 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.45% from 293); Green value is 105 (41.41% from 255 or 35.84% from 293); Blue value is 131 (51.56% from 255 or 44.71% from 293); Max value from RGB is 131 - color contains mainly: blue. Hex color #396983 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396983 is #C6967C. Grayscale: #5D5D5D. Windows color (decimal): -13014653 or 8612153. OLE color: 8612153.

HSL color Cylindrical-coordinate representation of color #396983: hue angle of 201.08º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #396983 is Cyan = 0.56, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 57 105 131 -
CMYK 0.56 0.20 0 0.49
HSL 201.08º 0.39% 0.37% -
HSV(B) 201.08º 0.56% 0.51% -
XYZ 10.84 12.61 23.34 -
YUV 93.61 149.1 101.89 -
System Red Green Blue C M Y K H S L
Decimal 57 105 131 0.56 0.20 0 0.49 201.08 0.39 0.37
Hex 39 69 83 38 14 0 31 C9 27 25
Octal 71 151 203 70 24 0 61 311 47 45
Binary 111001 1101001 10000011 111000 10100 0 110001 11001001 100111 100101

Color Harmonies of #396983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396983

Black with #396983

Text Example


Text Example

White with #396983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396983; }

 p { color: rgb(57,105,131); }

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

background-color css

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

 a { background-color: rgb(57,105,131); }

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

border-color css

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

 span { border-color: rgb(57,105,131); }

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