#377793

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

Shades of Astral #377793

Tints of Astral #377793

Color information

#377793 (or 0x377793) is unknown color: approx Astral. HEX triplet: 37, 77 and 93. RGB value is (55,119,147). Sum of RGB (Red+Green+Blue) = 55+119+147=321 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.13% from 321); Green value is 119 (46.88% from 255 or 37.07% from 321); Blue value is 147 (57.81% from 255 or 45.79% from 321); Max value from RGB is 147 - color contains mainly: blue. Hex color #377793 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377793 is #C8886C. Grayscale: #666666. Windows color (decimal): -13142125 or 9664311. OLE color: 9664311.

HSL color Cylindrical-coordinate representation of color #377793: hue angle of 198.26º 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 #377793 is Cyan = 0.63, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB55119147-
CMYK0.630.1900.42
HSL198.26º45.54%39.61%-
HSV(B)198.26º62.59%57.65%-
XYZ13.4416.1130.01-
YUV103.06152.893.72-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.13%
GREEN value IS 119 (46.88% from 255) = 37.07%
BLUE value IS 147 (57.81% from 255) = 45.79%
R=17.13%
G=37.07%
B=45.79%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal551191470.630.1900.42198.2645.5439.61
Hex3777933F1302Ac62e28
Octal6716722377230523065650
Binary11011111101111001001111111110011010101011000110101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377793; }

 p { color: rgb(55,119,147); }

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

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

 a { background-color: rgb(55,119,147); }

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

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

 span { border-color: rgb(55,119,147); }

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