#337B98

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

Shades of Astral #337B98

Tints of Astral #337B98

Color information

#337B98 (or 0x337B98) is unknown color: approx Astral. HEX triplet: 33, 7B and 98. RGB value is (51,123,152). Sum of RGB (Red+Green+Blue) = 51+123+152=326 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.64% from 326); Green value is 123 (48.44% from 255 or 37.73% from 326); Blue value is 152 (59.77% from 255 or 46.63% from 326); Max value from RGB is 152 - color contains mainly: blue. Hex color #337B98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337B98 is #CC8467. Grayscale: #686868. Windows color (decimal): -13403240 or 9993011. OLE color: 9993011.

HSL color Cylindrical-coordinate representation of color #337B98: hue angle of 197.23º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #337B98 is Cyan = 0.66, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB51123152-
CMYK0.660.1900.40
HSL197.23º49.75%39.8%-
HSV(B)197.23º66.45%59.61%-
XYZ14.1217.1432.27-
YUV104.78154.6589.64-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.64%
GREEN value IS 123 (48.44% from 255) = 37.73%
BLUE value IS 152 (59.77% from 255) = 46.63%
R=15.64%
G=37.73%
B=46.63%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal511231520.660.1900.40197.2349.7539.8
Hex337B984213028c53228
Octal63173230102230503056250
Binary110011111101110011000100001010011010100011000101110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,123,152); }

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

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

 a { background-color: rgb(51,123,152); }

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

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

 span { border-color: rgb(51,123,152); }

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