#37678C

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

Shades of Astral #37678C

Tints of Astral #37678C

Color information

#37678C (or 0x37678C) is unknown color: approx Astral. HEX triplet: 37, 67 and 8C. RGB value is (55,103,140). Sum of RGB (Red+Green+Blue) = 55+103+140=298 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.46% from 298); Green value is 103 (40.62% from 255 or 34.56% from 298); Blue value is 140 (55.08% from 255 or 46.98% from 298); Max value from RGB is 140 - color contains mainly: blue. Hex color #37678C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #37678C is #C89873. Grayscale: #5C5C5C. Windows color (decimal): -13146228 or 9201463. OLE color: 9201463.

HSL color Cylindrical-coordinate representation of color #37678C: hue angle of 206.12º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #37678C is Cyan = 0.61, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB55103140-
CMYK0.610.2600.45
HSL206.12º43.59%38.24%-
HSV(B)206.12º60.71%54.9%-
XYZ11.1612.4126.62-
YUV92.87154.6100.99-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.46%
GREEN value IS 103 (40.62% from 255) = 34.56%
BLUE value IS 140 (55.08% from 255) = 46.98%
R=18.46%
G=34.56%
B=46.98%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal551031400.610.2600.45206.1243.5938.24
Hex37678C3D1A02Dce2c26
Octal6714721475320553165446
Binary11011111001111000110011110111010010110111001110101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37678C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37678C; }

 p { color: rgb(55,103,140); }

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

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

 a { background-color: rgb(55,103,140); }

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

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

 span { border-color: rgb(55,103,140); }

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