#36667F

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

Shades of Astral #36667F

Tints of Astral #36667F

Color information

#36667F (or 0x36667F) is unknown color: approx Astral. HEX triplet: 36, 66 and 7F. RGB value is (54,102,127). Sum of RGB (Red+Green+Blue) = 54+102+127=283 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.08% from 283); Green value is 102 (40.23% from 255 or 36.04% from 283); Blue value is 127 (50% from 255 or 44.88% from 283); Max value from RGB is 127 - color contains mainly: blue. Hex color #36667F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36667F is #C99980. Grayscale: #5A5A5A. Windows color (decimal): -13212033 or 8349238. OLE color: 8349238.

HSL color Cylindrical-coordinate representation of color #36667F: hue angle of 200.55º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #36667F is Cyan = 0.57, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB54102127-
CMYK0.570.2000.50
HSL200.55º40.33%35.49%-
HSV(B)200.55º57.48%49.8%-
XYZ10.111.8221.83-
YUV90.5148.6101.97-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.08%
GREEN value IS 102 (40.23% from 255) = 36.04%
BLUE value IS 127 (50% from 255) = 44.88%
R=19.08%
G=36.04%
B=44.88%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal541021270.570.2000.50200.5540.3335.49
Hex36667F3914032c92823
Octal6614617771240623115043
Binary1101101100110111111111100110100011001011001001101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36667F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36667F; }

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

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

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

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

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

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

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

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