Html Css Color HEX #396B8E Astral

📋 copy color: '#396B8E'

red 57 ◦ green 107 ◦ blue 142

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

Shades of Astral #396B8E

Tints of Astral #396B8E

RGB

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

 GREEN value IS 107 (42.19% from 255) = 34.97%

 BLUE value IS 142 (55.86% from 255) = 46.41%

R = 18.63%
G = 34.97%
B = 46.41%

CMYK

 C value IS 0.60

 M value IS 0.25

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#396B8E (or 0x396B8E) is known color: Astral. HEX triplet: 39, 6B and 8E. RGB value is (57,107,142). Sum of RGB (Red+Green+Blue) = 57+107+142=306 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.63% from 306); Green value is 107 (42.19% from 255 or 34.97% from 306); Blue value is 142 (55.86% from 255 or 46.41% from 306); Max value from RGB is 142 - color contains mainly: blue. Hex color #396B8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396B8E is #C69471. Grayscale: #5F5F5F. Windows color (decimal): -13014130 or 9333561. OLE color: 9333561.

HSL color Cylindrical-coordinate representation of color #396B8E: hue angle of 204.71º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #396B8E is Cyan = 0.60, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 57 107 142 -
CMYK 0.60 0.25 0 0.44
HSL 204.71º 0.43% 0.39% -
HSV(B) 204.71º 0.6% 0.56% -
XYZ 11.83 13.34 27.54 -
YUV 96.04 153.94 100.15 -
System Red Green Blue C M Y K H S L
Decimal 57 107 142 0.60 0.25 0 0.44 204.71 0.43 0.39
Hex 39 6B 8E 3C 19 0 2C CD 2B 27
Octal 71 153 216 74 31 0 54 315 53 47
Binary 111001 1101011 10001110 111100 11001 0 101100 11001101 101011 100111

Color Harmonies of #396B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396B8E

Black with #396B8E

Text Example


Text Example

White with #396B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,107,142); }

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

background-color css

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

 a { background-color: rgb(57,107,142); }

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

border-color css

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

 span { border-color: rgb(57,107,142); }

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