#376885

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

Shades of Astral #376885

Tints of Astral #376885

Color information

#376885 (or 0x376885) is unknown color: approx Astral. HEX triplet: 37, 68 and 85. RGB value is (55,104,133). Sum of RGB (Red+Green+Blue) = 55+104+133=292 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.84% from 292); Green value is 104 (41.02% from 255 or 35.62% from 292); Blue value is 133 (52.34% from 255 or 45.55% from 292); Max value from RGB is 133 - color contains mainly: blue. Hex color #376885 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376885 is #C8977A. Grayscale: #5C5C5C. Windows color (decimal): -13145979 or 8742967. OLE color: 8742967.

HSL color Cylindrical-coordinate representation of color #376885: hue angle of 202.31º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #376885 is Cyan = 0.59, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB55104133-
CMYK0.590.2200.48
HSL202.31º41.49%36.86%-
HSV(B)202.31º58.65%52.16%-
XYZ10.7612.4124.02-
YUV92.66150.77101.14-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.84%
GREEN value IS 104 (41.02% from 255) = 35.62%
BLUE value IS 133 (52.34% from 255) = 45.55%
R=18.84%
G=35.62%
B=45.55%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal551041330.590.2200.48202.3141.4936.86
Hex3768853B16030ca2925
Octal6715020573260603125145
Binary11011111010001000010111101110110011000011001010101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376885; }

 p { color: rgb(55,104,133); }

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

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

 a { background-color: rgb(55,104,133); }

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

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

 span { border-color: rgb(55,104,133); }

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