Html Css Color HEX #337996 Astral

📋 copy color: '#337996'

red 51 ◦ green 121 ◦ blue 150

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

Shades of Astral #337996

Tints of Astral #337996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 46.58%

R = 15.84%
G = 37.58%
B = 46.58%

CMYK

 C value IS 0.66

 M value IS 0.19

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#337996 (or 0x337996) is known color: Astral. HEX triplet: 33, 79 and 96. RGB value is (51,121,150). Sum of RGB (Red+Green+Blue) = 51+121+150=322 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.84% from 322); Green value is 121 (47.66% from 255 or 37.58% from 322); Blue value is 150 (58.98% from 255 or 46.58% from 322); Max value from RGB is 150 - color contains mainly: blue. Hex color #337996 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337996 is #CC8669. Grayscale: #676767. Windows color (decimal): -13403754 or 9861427. OLE color: 9861427.

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

Color convert

RGB 51 121 150 -
CMYK 0.66 0.19 0 0.41
HSL 197.58º 0.49% 0.39% -
HSV(B) 197.58º 0.66% 0.59% -
XYZ 13.71 16.58 31.33 -
YUV 103.38 154.31 90.64 -
System Red Green Blue C M Y K H S L
Decimal 51 121 150 0.66 0.19 0 0.41 197.58 0.49 0.39
Hex 33 79 96 42 13 0 29 C6 31 27
Octal 63 171 226 102 23 0 51 306 61 47
Binary 110011 1111001 10010110 1000010 10011 0 101001 11000110 110001 100111

Color Harmonies of #337996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337996

Black with #337996

Text Example


Text Example

White with #337996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337996; }

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

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

background-color css

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

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

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

border-color css

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

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

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