#367281

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

Shades of Astral #367281

Tints of Astral #367281

Color information

#367281 (or 0x367281) is unknown color: approx Astral. HEX triplet: 36, 72 and 81. RGB value is (54,114,129). Sum of RGB (Red+Green+Blue) = 54+114+129=297 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.18% from 297); Green value is 114 (44.92% from 255 or 38.38% from 297); Blue value is 129 (50.78% from 255 or 43.43% from 297); Max value from RGB is 129 - color contains mainly: blue. Hex color #367281 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367281 is #C98D7E. Grayscale: #616161. Windows color (decimal): -13208959 or 8483382. OLE color: 8483382.

HSL color Cylindrical-coordinate representation of color #367281: hue angle of 192º 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 #367281 is Cyan = 0.58, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB54114129-
CMYK0.580.1200.49
HSL192º40.98%35.88%-
HSV(B)192º58.14%50.59%-
XYZ11.514.422.94-
YUV97.77145.6296.78-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.18%
GREEN value IS 114 (44.92% from 255) = 38.38%
BLUE value IS 129 (50.78% from 255) = 43.43%
R=18.18%
G=38.38%
B=43.43%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal541141290.580.1200.4919240.9835.88
Hex3672813AC031c02924
Octal6616220172140613005144
Binary1101101110010100000011110101100011000111000000101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367281; }

 p { color: rgb(54,114,129); }

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

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

 a { background-color: rgb(54,114,129); }

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

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

 span { border-color: rgb(54,114,129); }

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