#377292

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

Shades of Astral #377292

Tints of Astral #377292

Color information

#377292 (or 0x377292) is unknown color: approx Astral. HEX triplet: 37, 72 and 92. RGB value is (55,114,146). Sum of RGB (Red+Green+Blue) = 55+114+146=315 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.46% from 315); Green value is 114 (44.92% from 255 or 36.19% from 315); Blue value is 146 (57.42% from 255 or 46.35% from 315); Max value from RGB is 146 - color contains mainly: blue. Hex color #377292 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377292 is #C88D6D. Grayscale: #636363. Windows color (decimal): -13143406 or 9597495. OLE color: 9597495.

HSL color Cylindrical-coordinate representation of color #377292: hue angle of 201.1º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #377292 is Cyan = 0.62, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB55114146-
CMYK0.620.2200.43
HSL201.1º45.27%39.41%-
HSV(B)201.1º62.33%57.25%-
XYZ12.7814.9229.4-
YUV100.01153.9595.9-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.46%
GREEN value IS 114 (44.92% from 255) = 36.19%
BLUE value IS 146 (57.42% from 255) = 46.35%
R=17.46%
G=36.19%
B=46.35%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal551141460.620.2200.43201.145.2739.41
Hex3772923E1602Bc92d27
Octal6716222276260533115547
Binary11011111100101001001011111010110010101111001001101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377292; }

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

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

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

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

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

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

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

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