#367283

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

Shades of Astral #367283

Tints of Astral #367283

Color information

#367283 (or 0x367283) is unknown color: approx Astral. HEX triplet: 36, 72 and 83. RGB value is (54,114,131). Sum of RGB (Red+Green+Blue) = 54+114+131=299 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.06% from 299); Green value is 114 (44.92% from 255 or 38.13% from 299); Blue value is 131 (51.56% from 255 or 43.81% from 299); Max value from RGB is 131 - color contains mainly: blue. Hex color #367283 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367283 is #C98D7C. Grayscale: #616161. Windows color (decimal): -13208957 or 8614454. OLE color: 8614454.

HSL color Cylindrical-coordinate representation of color #367283: hue angle of 193.25º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #367283 is Cyan = 0.59, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB54114131-
CMYK0.590.1300.49
HSL193.25º41.62%36.27%-
HSV(B)193.25º58.78%51.37%-
XYZ11.6414.4623.65-
YUV98146.6296.62-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.06%
GREEN value IS 114 (44.92% from 255) = 38.13%
BLUE value IS 131 (51.56% from 255) = 43.81%
R=18.06%
G=38.13%
B=43.81%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal541141310.590.1300.49193.2541.6236.27
Hex3672833BD031c12a24
Octal6616220373150613015244
Binary1101101110010100000111110111101011000111000001101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367283; }

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

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

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

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

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

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

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

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