Html Css Color HEX #396685 Astral

📋 copy color: '#396685'

red 57 ◦ green 102 ◦ blue 133

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

Shades of Astral #396685

Tints of Astral #396685

RGB

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

 GREEN value IS 102 (40.23% from 255) = 34.93%

 BLUE value IS 133 (52.34% from 255) = 45.55%

R = 19.52%
G = 34.93%
B = 45.55%

CMYK

 C value IS 0.57

 M value IS 0.23

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#396685 (or 0x396685) is known color: Astral. HEX triplet: 39, 66 and 85. RGB value is (57,102,133). Sum of RGB (Red+Green+Blue) = 57+102+133=292 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.52% from 292); Green value is 102 (40.23% from 255 or 34.93% from 292); Blue value is 133 (52.34% from 255 or 45.55% from 292); Max value from RGB is 133 - color contains mainly: blue. Hex color #396685 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396685 is #C6997A. Grayscale: #5B5B5B. Windows color (decimal): -13015419 or 8742457. OLE color: 8742457.

HSL color Cylindrical-coordinate representation of color #396685: hue angle of 204.47º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #396685 is Cyan = 0.57, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 57 102 133 -
CMYK 0.57 0.23 0 0.48
HSL 204.47º 0.4% 0.37% -
HSV(B) 204.47º 0.57% 0.52% -
XYZ 10.67 12.07 23.96 -
YUV 92.08 151.09 102.98 -
System Red Green Blue C M Y K H S L
Decimal 57 102 133 0.57 0.23 0 0.48 204.47 0.4 0.37
Hex 39 66 85 39 17 0 30 CC 28 25
Octal 71 146 205 71 27 0 60 314 50 45
Binary 111001 1100110 10000101 111001 10111 0 110000 11001100 101000 100101

Color Harmonies of #396685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396685

Black with #396685

Text Example


Text Example

White with #396685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396685; }

 p { color: rgb(57,102,133); }

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

background-color css

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

 a { background-color: rgb(57,102,133); }

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

border-color css

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

 span { border-color: rgb(57,102,133); }

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