#36668C

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

Shades of Astral #36668C

Tints of Astral #36668C

Color information

#36668C (or 0x36668C) is unknown color: approx Astral. HEX triplet: 36, 66 and 8C. RGB value is (54,102,140). Sum of RGB (Red+Green+Blue) = 54+102+140=296 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.24% from 296); Green value is 102 (40.23% from 255 or 34.46% from 296); Blue value is 140 (55.08% from 255 or 47.30% from 296); Max value from RGB is 140 - color contains mainly: blue. Hex color #36668C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36668C is #C99973. Grayscale: #5B5B5B. Windows color (decimal): -13212020 or 9201206. OLE color: 9201206.

HSL color Cylindrical-coordinate representation of color #36668C: hue angle of 206.51º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #36668C is Cyan = 0.61, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB54102140-
CMYK0.610.2700.45
HSL206.51º44.33%38.04%-
HSV(B)206.51º61.43%54.9%-
XYZ11.0112.1826.58-
YUV91.98155.1100.91-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.24%
GREEN value IS 102 (40.23% from 255) = 34.46%
BLUE value IS 140 (55.08% from 255) = 47.30%
R=18.24%
G=34.46%
B=47.30%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal541021400.610.2700.45206.5144.3338.04
Hex36668C3D1B02Dcf2c26
Octal6614621475330553175446
Binary11011011001101000110011110111011010110111001111101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36668C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36668C; }

 p { color: rgb(54,102,140); }

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

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

 a { background-color: rgb(54,102,140); }

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

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

 span { border-color: rgb(54,102,140); }

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