#377294

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

Shades of Astral #377294

Tints of Astral #377294

Color information

#377294 (or 0x377294) is unknown color: approx Astral. HEX triplet: 37, 72 and 94. RGB value is (55,114,148). Sum of RGB (Red+Green+Blue) = 55+114+148=317 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.35% from 317); Green value is 114 (44.92% from 255 or 35.96% from 317); Blue value is 148 (58.20% from 255 or 46.69% from 317); Max value from RGB is 148 - color contains mainly: blue. Hex color #377294 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377294 is #C88D6B. Grayscale: #646464. Windows color (decimal): -13143404 or 9728567. OLE color: 9728567.

HSL color Cylindrical-coordinate representation of color #377294: hue angle of 201.94º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #377294 is Cyan = 0.63, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB55114148-
CMYK0.630.2300.42
HSL201.94º45.81%39.8%-
HSV(B)201.94º62.84%58.04%-
XYZ12.9414.9830.23-
YUV100.24154.9595.74-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.35%
GREEN value IS 114 (44.92% from 255) = 35.96%
BLUE value IS 148 (58.20% from 255) = 46.69%
R=17.35%
G=35.96%
B=46.69%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal551141480.630.2300.42201.9445.8139.8
Hex3772943F1702Aca2e28
Octal6716222477270523125650
Binary11011111100101001010011111110111010101011001010101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377294; }

 p { color: rgb(55,114,148); }

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

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

 a { background-color: rgb(55,114,148); }

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

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

 span { border-color: rgb(55,114,148); }

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