Html Css Color HEX #337490 Astral

📋 copy color: '#337490'

red 51 ◦ green 116 ◦ blue 144

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

Shades of Astral #337490

Tints of Astral #337490

RGB

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

 GREEN value IS 116 (45.7% from 255) = 37.3%

 BLUE value IS 144 (56.64% from 255) = 46.3%

R = 16.4%
G = 37.3%
B = 46.3%

CMYK

 C value IS 0.65

 M value IS 0.19

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#337490 (or 0x337490) is known color: Astral. HEX triplet: 33, 74 and 90. RGB value is (51,116,144). Sum of RGB (Red+Green+Blue) = 51+116+144=311 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.40% from 311); Green value is 116 (45.70% from 255 or 37.30% from 311); Blue value is 144 (56.64% from 255 or 46.30% from 311); Max value from RGB is 144 - color contains mainly: blue. Hex color #337490 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337490 is #CC8B6F. Grayscale: #636363. Windows color (decimal): -13405040 or 9466931. OLE color: 9466931.

HSL color Cylindrical-coordinate representation of color #337490: hue angle of 198.06º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #337490 is Cyan = 0.65, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 51 116 144 -
CMYK 0.65 0.19 0 0.44
HSL 198.06º 0.48% 0.38% -
HSV(B) 198.06º 0.65% 0.56% -
XYZ 12.64 15.21 28.65 -
YUV 99.76 152.97 93.22 -
System Red Green Blue C M Y K H S L
Decimal 51 116 144 0.65 0.19 0 0.44 198.06 0.48 0.38
Hex 33 74 90 41 13 0 2C C6 30 26
Octal 63 164 220 101 23 0 54 306 60 46
Binary 110011 1110100 10010000 1000001 10011 0 101100 11000110 110000 100110

Color Harmonies of #337490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337490

Black with #337490

Text Example


Text Example

White with #337490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337490; }

 p { color: rgb(51,116,144); }

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

background-color css

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

 a { background-color: rgb(51,116,144); }

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

border-color css

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

 span { border-color: rgb(51,116,144); }

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