#36698f

Color #36698F Astral (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Astral #36698F

Tints of Astral #36698F

Color information

#36698F (or 0x36698F) is unknown color: approx Astral. HEX triplet: 36, 69 and 8F. RGB value is (54,105,143). Sum of RGB (Red+Green+Blue) = 54+105+143=302 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.88% from 302); Green value is 105 (41.41% from 255 or 34.77% from 302); Blue value is 143 (56.25% from 255 or 47.35% from 302); Max value from RGB is 143 - color contains mainly: blue. Hex color #36698F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36698F is #C99670. Grayscale: #5D5D5D. Windows color (decimal): -13211249 or 9398582. OLE color: 9398582.

HSL color Cylindrical-coordinate representation of color #36698F: hue angle of 205.62º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #36698F is Cyan = 0.62, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB54105143-
CMYK0.620.2700.44
HSL205.62º45.18%38.63%-
HSV(B)205.62º62.24%56.08%-
XYZ11.5312.8727.86-
YUV94.08155.699.41-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.88%
GREEN value IS 105 (41.41% from 255) = 34.77%
BLUE value IS 143 (56.25% from 255) = 47.35%
R=17.88%
G=34.77%
B=47.35%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal541051430.620.2700.44205.6245.1838.63
Hex36698F3E1B02Cce2d27
Octal6615121776330543165547
Binary11011011010011000111111111011011010110011001110101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36698f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36698f; }

 p { color: rgb(54,105,143); }

 H1.HeaderClassName
 {
   color: #36698f;
 }
 .AnyTagClassName
 {
   color: #36698f;
 }
</style>
background-color css

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

 a { background-color: rgb(54,105,143); }

 div.DivClassName
 {
   background-color: #36698f;
 }
 .BgClassName
 {
   background-color: #36698f;
 }
</style>
border-color css

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

 span { border-color: rgb(54,105,143); }

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