#377696

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

Shades of Astral #377696

Tints of Astral #377696

Color information

#377696 (or 0x377696) is unknown color: approx Astral. HEX triplet: 37, 76 and 96. RGB value is (55,118,150). Sum of RGB (Red+Green+Blue) = 55+118+150=323 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.03% from 323); Green value is 118 (46.48% from 255 or 36.53% from 323); Blue value is 150 (58.98% from 255 or 46.44% from 323); Max value from RGB is 150 - color contains mainly: blue. Hex color #377696 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377696 is #C88969. Grayscale: #666666. Windows color (decimal): -13142378 or 9860663. OLE color: 9860663.

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

Color convert

RGB55118150-
CMYK0.630.2100.41
HSL200.21º46.34%40.2%-
HSV(B)200.21º63.33%58.82%-
XYZ13.5615.9731.22-
YUV102.81154.6393.9-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.03%
GREEN value IS 118 (46.48% from 255) = 36.53%
BLUE value IS 150 (58.98% from 255) = 46.44%
R=17.03%
G=36.53%
B=46.44%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal551181500.630.2100.41200.2146.3440.2
Hex3776963F15029c82e28
Octal6716622677250513105650
Binary11011111101101001011011111110101010100111001000101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377696; }

 p { color: rgb(55,118,150); }

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

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

 a { background-color: rgb(55,118,150); }

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

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

 span { border-color: rgb(55,118,150); }

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