#337A94

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

Shades of Astral #337A94

Tints of Astral #337A94

Color information

#337A94 (or 0x337A94) is unknown color: approx Astral. HEX triplet: 33, 7A and 94. RGB value is (51,122,148). Sum of RGB (Red+Green+Blue) = 51+122+148=321 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.89% from 321); Green value is 122 (48.05% from 255 or 38.01% from 321); Blue value is 148 (58.20% from 255 or 46.11% from 321); Max value from RGB is 148 - color contains mainly: blue. Hex color #337A94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337A94 is #CC856B. Grayscale: #676767. Windows color (decimal): -13403500 or 9730611. OLE color: 9730611.

HSL color Cylindrical-coordinate representation of color #337A94: hue angle of 196.08º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #337A94 is Cyan = 0.66, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB51122148-
CMYK0.660.1800.42
HSL196.08º48.74%39.02%-
HSV(B)196.08º65.54%58.04%-
XYZ13.6716.7630.53-
YUV103.73152.9890.39-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.89%
GREEN value IS 122 (48.05% from 255) = 38.01%
BLUE value IS 148 (58.20% from 255) = 46.11%
R=15.89%
G=38.01%
B=46.11%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal511221480.660.1800.42196.0848.7439.02
Hex337A94421202Ac43127
Octal63172224102220523046147
Binary110011111101010010100100001010010010101011000100110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337A94; }

 p { color: rgb(51,122,148); }

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

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

 a { background-color: rgb(51,122,148); }

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

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

 span { border-color: rgb(51,122,148); }

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