#37668A

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

Shades of Astral #37668A

Tints of Astral #37668A

Color information

#37668A (or 0x37668A) is unknown color: approx Astral. HEX triplet: 37, 66 and 8A. RGB value is (55,102,138). Sum of RGB (Red+Green+Blue) = 55+102+138=295 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.64% from 295); Green value is 102 (40.23% from 255 or 34.58% from 295); Blue value is 138 (54.30% from 255 or 46.78% from 295); Max value from RGB is 138 - color contains mainly: blue. Hex color #37668A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #37668A is #C89975. Grayscale: #5B5B5B. Windows color (decimal): -13146486 or 9070135. OLE color: 9070135.

HSL color Cylindrical-coordinate representation of color #37668A: hue angle of 206.02º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #37668A is Cyan = 0.60, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB55102138-
CMYK0.600.2600.46
HSL206.02º43.01%37.84%-
HSV(B)206.02º60.14%54.12%-
XYZ10.9112.1525.81-
YUV92.05153.93101.57-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.64%
GREEN value IS 102 (40.23% from 255) = 34.58%
BLUE value IS 138 (54.30% from 255) = 46.78%
R=18.64%
G=34.58%
B=46.78%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal551021380.600.2600.46206.0243.0137.84
Hex37668A3C1A02Ece2b26
Octal6714621274320563165346
Binary11011111001101000101011110011010010111011001110101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37668A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37668A; }

 p { color: rgb(55,102,138); }

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

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

 a { background-color: rgb(55,102,138); }

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

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

 span { border-color: rgb(55,102,138); }

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