Html Css Color HEX #337890 Astral

📋 copy color: '#337890'

red 51 ◦ green 120 ◦ blue 144

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

Shades of Astral #337890

Tints of Astral #337890

RGB

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

 GREEN value IS 120 (47.27% from 255) = 38.1%

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

R = 16.19%
G = 38.1%
B = 45.71%

CMYK

 C value IS 0.65

 M value IS 0.17

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#337890 (or 0x337890) is known color: Astral. HEX triplet: 33, 78 and 90. RGB value is (51,120,144). Sum of RGB (Red+Green+Blue) = 51+120+144=315 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.19% from 315); Green value is 120 (47.27% from 255 or 38.10% from 315); Blue value is 144 (56.64% from 255 or 45.71% from 315); Max value from RGB is 144 - color contains mainly: blue. Hex color #337890 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337890 is #CC876F. Grayscale: #656565. Windows color (decimal): -13404016 or 9467955. OLE color: 9467955.

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

Color convert

RGB 51 120 144 -
CMYK 0.65 0.17 0 0.44
HSL 195.48º 0.48% 0.38% -
HSV(B) 195.48º 0.65% 0.56% -
XYZ 13.12 16.15 28.81 -
YUV 102.11 151.64 91.55 -
System Red Green Blue C M Y K H S L
Decimal 51 120 144 0.65 0.17 0 0.44 195.48 0.48 0.38
Hex 33 78 90 41 11 0 2C C3 30 26
Octal 63 170 220 101 21 0 54 303 60 46
Binary 110011 1111000 10010000 1000001 10001 0 101100 11000011 110000 100110

Color Harmonies of #337890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337890

Black with #337890

Text Example


Text Example

White with #337890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337890; }

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

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

background-color css

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

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

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

border-color css

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

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

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