Html Css Color HEX #396C8B Astral

📋 copy color: '#396C8B'

red 57 ◦ green 108 ◦ blue 139

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

Shades of Astral #396C8B

Tints of Astral #396C8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 45.72%

R = 18.75%
G = 35.53%
B = 45.72%

CMYK

 C value IS 0.59

 M value IS 0.22

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#396C8B (or 0x396C8B) is known color: Astral. HEX triplet: 39, 6C and 8B. RGB value is (57,108,139). Sum of RGB (Red+Green+Blue) = 57+108+139=304 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.75% from 304); Green value is 108 (42.58% from 255 or 35.53% from 304); Blue value is 139 (54.69% from 255 or 45.72% from 304); Max value from RGB is 139 - color contains mainly: blue. Hex color #396C8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396C8B is #C69374. Grayscale: #606060. Windows color (decimal): -13013877 or 9137209. OLE color: 9137209.

HSL color Cylindrical-coordinate representation of color #396C8B: hue angle of 202.68º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #396C8B is Cyan = 0.59, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 57 108 139 -
CMYK 0.59 0.22 0 0.45
HSL 202.68º 0.42% 0.38% -
HSV(B) 202.68º 0.59% 0.55% -
XYZ 11.71 13.46 26.41 -
YUV 96.29 152.1 99.98 -
System Red Green Blue C M Y K H S L
Decimal 57 108 139 0.59 0.22 0 0.45 202.68 0.42 0.38
Hex 39 6C 8B 3B 16 0 2D CB 2A 26
Octal 71 154 213 73 26 0 55 313 52 46
Binary 111001 1101100 10001011 111011 10110 0 101101 11001011 101010 100110

Color Harmonies of #396C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396C8B

Black with #396C8B

Text Example


Text Example

White with #396C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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