Html Css Color HEX #337997 Astral

📋 copy color: '#337997'

red 51 ◦ green 121 ◦ blue 151

#337997
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Astral #337997

Tints of Astral #337997

RGB

 RED value IS 51 (20.31% from 255) = 15.79%

 GREEN value IS 121 (47.66% from 255) = 37.46%

 BLUE value IS 151 (59.38% from 255) = 46.75%

R = 15.79%
G = 37.46%
B = 46.75%

CMYK

 C value IS 0.66

 M value IS 0.20

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#337997 (or 0x337997) is known color: Astral. HEX triplet: 33, 79 and 97. RGB value is (51,121,151). Sum of RGB (Red+Green+Blue) = 51+121+151=323 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.79% from 323); Green value is 121 (47.66% from 255 or 37.46% from 323); Blue value is 151 (59.38% from 255 or 46.75% from 323); Max value from RGB is 151 - color contains mainly: blue. Hex color #337997 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337997 is #CC8668. Grayscale: #676767. Windows color (decimal): -13403753 or 9926963. OLE color: 9926963.

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

Color convert

RGB 51 121 151 -
CMYK 0.66 0.20 0 0.41
HSL 198º 0.5% 0.4% -
HSV(B) 198º 0.66% 0.59% -
XYZ 13.79 16.61 31.76 -
YUV 103.49 154.81 90.56 -
System Red Green Blue C M Y K H S L
Decimal 51 121 151 0.66 0.20 0 0.41 198 0.5 0.4
Hex 33 79 97 42 14 0 29 C6 32 28
Octal 63 171 227 102 24 0 51 306 62 50
Binary 110011 1111001 10010111 1000010 10100 0 101001 11000110 110010 101000

Color Harmonies of #337997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337997

Black with #337997

Text Example


Text Example

White with #337997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337997; }

 p { color: rgb(51,121,151); }

 H1.HeaderClassName
 {
   color: #337997;
 }
 .AnyTagClassName
 {
   color: #337997;
 }
</style>

background-color css

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

 a { background-color: rgb(51,121,151); }

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

border-color css

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

 span { border-color: rgb(51,121,151); }

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