#36677D

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

Shades of Astral #36677D

Tints of Astral #36677D

Color information

#36677D (or 0x36677D) is unknown color: approx Astral. HEX triplet: 36, 67 and 7D. RGB value is (54,103,125). Sum of RGB (Red+Green+Blue) = 54+103+125=282 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.15% from 282); Green value is 103 (40.62% from 255 or 36.52% from 282); Blue value is 125 (49.22% from 255 or 44.33% from 282); Max value from RGB is 125 - color contains mainly: blue. Hex color #36677D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36677D is #C99882. Grayscale: #5A5A5A. Windows color (decimal): -13211779 or 8218422. OLE color: 8218422.

HSL color Cylindrical-coordinate representation of color #36677D: hue angle of 198.59º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #36677D is Cyan = 0.57, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB54103125-
CMYK0.570.1800.51
HSL198.59º39.66%35.1%-
HSV(B)198.59º56.8%49.02%-
XYZ10.0711.9721.18-
YUV90.86147.27101.71-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.15%
GREEN value IS 103 (40.62% from 255) = 36.52%
BLUE value IS 125 (49.22% from 255) = 44.33%
R=19.15%
G=36.52%
B=44.33%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal541031250.570.1800.51198.5939.6635.1
Hex36677D3912033c72823
Octal6614717571220633075043
Binary1101101100111111110111100110010011001111000111101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36677D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36677D; }

 p { color: rgb(54,103,125); }

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

<style>
 a { background-color: #36677D; }

 a { background-color: rgb(54,103,125); }

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

<style>
 span { border-color: #36677D; }

 span { border-color: rgb(54,103,125); }

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