Html Css Color HEX #396C92 Astral

📋 copy color: '#396C92'

red 57 ◦ green 108 ◦ blue 146

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

Shades of Astral #396C92

Tints of Astral #396C92

RGB

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

 GREEN value IS 108 (42.58% from 255) = 34.73%

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

R = 18.33%
G = 34.73%
B = 46.95%

CMYK

 C value IS 0.61

 M value IS 0.26

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#396C92 (or 0x396C92) is known color: Astral. HEX triplet: 39, 6C and 92. RGB value is (57,108,146). Sum of RGB (Red+Green+Blue) = 57+108+146=311 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.33% from 311); Green value is 108 (42.58% from 255 or 34.73% from 311); Blue value is 146 (57.42% from 255 or 46.95% from 311); Max value from RGB is 146 - color contains mainly: blue. Hex color #396C92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396C92 is #C6936D. Grayscale: #606060. Windows color (decimal): -13013870 or 9595961. OLE color: 9595961.

HSL color Cylindrical-coordinate representation of color #396C92: hue angle of 205.62º 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 #396C92 is Cyan = 0.61, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 57 108 146 -
CMYK 0.61 0.26 0 0.43
HSL 205.62º 0.44% 0.4% -
HSV(B) 205.62º 0.61% 0.57% -
XYZ 12.24 13.67 29.19 -
YUV 97.08 155.6 99.41 -
System Red Green Blue C M Y K H S L
Decimal 57 108 146 0.61 0.26 0 0.43 205.62 0.44 0.4
Hex 39 6C 92 3D 1A 0 2B CE 2C 28
Octal 71 154 222 75 32 0 53 316 54 50
Binary 111001 1101100 10010010 111101 11010 0 101011 11001110 101100 101000

Color Harmonies of #396C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396C92

Black with #396C92

Text Example


Text Example

White with #396C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396C92; }

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

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

background-color css

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

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

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

border-color css

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

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

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