#36668A

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

Shades of Astral #36668A

Tints of Astral #36668A

Color information

#36668A (or 0x36668A) is unknown color: approx Astral. HEX triplet: 36, 66 and 8A. RGB value is (54,102,138). Sum of RGB (Red+Green+Blue) = 54+102+138=294 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.37% from 294); Green value is 102 (40.23% from 255 or 34.69% from 294); Blue value is 138 (54.30% from 255 or 46.94% from 294); Max value from RGB is 138 - color contains mainly: blue. Hex color #36668A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36668A is #C99975. Grayscale: #5B5B5B. Windows color (decimal): -13212022 or 9070134. OLE color: 9070134.

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

Color convert

RGB54102138-
CMYK0.610.2600.46
HSL205.71º43.75%37.65%-
HSV(B)205.71º60.87%54.12%-
XYZ10.8612.1225.81-
YUV91.75154.1101.07-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.37%
GREEN value IS 102 (40.23% from 255) = 34.69%
BLUE value IS 138 (54.30% from 255) = 46.94%
R=18.37%
G=34.69%
B=46.94%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal541021380.610.2600.46205.7143.7537.65
Hex36668A3D1A02Ece2c26
Octal6614621275320563165446
Binary11011011001101000101011110111010010111011001110101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36668A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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