Html Css Color HEX #396789 Astral

📋 copy color: '#396789'

red 57 ◦ green 103 ◦ blue 137

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

Shades of Astral #396789

Tints of Astral #396789

RGB

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

 GREEN value IS 103 (40.63% from 255) = 34.68%

 BLUE value IS 137 (53.91% from 255) = 46.13%

R = 19.19%
G = 34.68%
B = 46.13%

CMYK

 C value IS 0.58

 M value IS 0.25

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#396789 (or 0x396789) is known color: Astral. HEX triplet: 39, 67 and 89. RGB value is (57,103,137). Sum of RGB (Red+Green+Blue) = 57+103+137=297 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.19% from 297); Green value is 103 (40.62% from 255 or 34.68% from 297); Blue value is 137 (53.91% from 255 or 46.13% from 297); Max value from RGB is 137 - color contains mainly: blue. Hex color #396789 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396789 is #C69876. Grayscale: #5C5C5C. Windows color (decimal): -13015159 or 9004857. OLE color: 9004857.

HSL color Cylindrical-coordinate representation of color #396789: hue angle of 205.5º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #396789 is Cyan = 0.58, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 57 103 137 -
CMYK 0.58 0.25 0 0.46
HSL 205.5º 0.41% 0.38% -
HSV(B) 205.5º 0.58% 0.54% -
XYZ 11.05 12.38 25.47 -
YUV 93.12 152.76 102.24 -
System Red Green Blue C M Y K H S L
Decimal 57 103 137 0.58 0.25 0 0.46 205.5 0.41 0.38
Hex 39 67 89 3A 19 0 2E CE 29 26
Octal 71 147 211 72 31 0 56 316 51 46
Binary 111001 1100111 10001001 111010 11001 0 101110 11001110 101001 100110

Color Harmonies of #396789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396789

Black with #396789

Text Example


Text Example

White with #396789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396789; }

 p { color: rgb(57,103,137); }

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

background-color css

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

 a { background-color: rgb(57,103,137); }

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

border-color css

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

 span { border-color: rgb(57,103,137); }

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