#366F82

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

Shades of Astral #366F82

Tints of Astral #366F82

Color information

#366F82 (or 0x366F82) is unknown color: approx Astral. HEX triplet: 36, 6F and 82. RGB value is (54,111,130). Sum of RGB (Red+Green+Blue) = 54+111+130=295 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.31% from 295); Green value is 111 (43.75% from 255 or 37.63% from 295); Blue value is 130 (51.17% from 255 or 44.07% from 295); Max value from RGB is 130 - color contains mainly: blue. Hex color #366F82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366F82 is #C9907D. Grayscale: #5F5F5F. Windows color (decimal): -13209726 or 8548150. OLE color: 8548150.

HSL color Cylindrical-coordinate representation of color #366F82: hue angle of 195º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #366F82 is Cyan = 0.58, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB54111130-
CMYK0.580.1500.49
HSL195º41.3%36.08%-
HSV(B)195º58.46%50.98%-
XYZ11.2413.7623.18-
YUV96.12147.1297.96-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.31%
GREEN value IS 111 (43.75% from 255) = 37.63%
BLUE value IS 130 (51.17% from 255) = 44.07%
R=18.31%
G=37.63%
B=44.07%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal541111300.580.1500.4919541.336.08
Hex366F823AF031c32924
Octal6615720272170613035144
Binary1101101101111100000101110101111011000111000011101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366F82; }

 p { color: rgb(54,111,130); }

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

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

 a { background-color: rgb(54,111,130); }

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

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

 span { border-color: rgb(54,111,130); }

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