Html Css Color HEX #337390 Astral

📋 copy color: '#337390'

red 51 ◦ green 115 ◦ blue 144

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

Shades of Astral #337390

Tints of Astral #337390

RGB

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

 GREEN value IS 115 (45.31% from 255) = 37.1%

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

R = 16.45%
G = 37.1%
B = 46.45%

CMYK

 C value IS 0.65

 M value IS 0.20

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#337390 (or 0x337390) is known color: Astral. HEX triplet: 33, 73 and 90. RGB value is (51,115,144). Sum of RGB (Red+Green+Blue) = 51+115+144=310 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.45% from 310); Green value is 115 (45.31% from 255 or 37.10% from 310); Blue value is 144 (56.64% from 255 or 46.45% from 310); Max value from RGB is 144 - color contains mainly: blue. Hex color #337390 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337390 is #CC8C6F. Grayscale: #626262. Windows color (decimal): -13405296 or 9466675. OLE color: 9466675.

HSL color Cylindrical-coordinate representation of color #337390: hue angle of 198.71º 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 #337390 is Cyan = 0.65, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 51 115 144 -
CMYK 0.65 0.20 0 0.44
HSL 198.71º 0.48% 0.38% -
HSV(B) 198.71º 0.65% 0.56% -
XYZ 12.53 14.98 28.62 -
YUV 99.17 153.3 93.64 -
System Red Green Blue C M Y K H S L
Decimal 51 115 144 0.65 0.20 0 0.44 198.71 0.48 0.38
Hex 33 73 90 41 14 0 2C C7 30 26
Octal 63 163 220 101 24 0 54 307 60 46
Binary 110011 1110011 10010000 1000001 10100 0 101100 11000111 110000 100110

Color Harmonies of #337390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337390

Black with #337390

Text Example


Text Example

White with #337390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337390; }

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

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

background-color css

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

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

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

border-color css

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

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

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