Html Css Color HEX #337690 Astral

📋 copy color: '#337690'

red 51 ◦ green 118 ◦ blue 144

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

Shades of Astral #337690

Tints of Astral #337690

RGB

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

 GREEN value IS 118 (46.48% from 255) = 37.7%

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

R = 16.29%
G = 37.7%
B = 46.01%

CMYK

 C value IS 0.65

 M value IS 0.18

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#337690 (or 0x337690) is known color: Astral. HEX triplet: 33, 76 and 90. RGB value is (51,118,144). Sum of RGB (Red+Green+Blue) = 51+118+144=313 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.29% from 313); Green value is 118 (46.48% from 255 or 37.70% from 313); Blue value is 144 (56.64% from 255 or 46.01% from 313); Max value from RGB is 144 - color contains mainly: blue. Hex color #337690 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337690 is #CC896F. Grayscale: #646464. Windows color (decimal): -13404528 or 9467443. OLE color: 9467443.

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

Color convert

RGB 51 118 144 -
CMYK 0.65 0.18 0 0.44
HSL 196.77º 0.48% 0.38% -
HSV(B) 196.77º 0.65% 0.56% -
XYZ 12.88 15.67 28.73 -
YUV 100.93 152.3 92.39 -
System Red Green Blue C M Y K H S L
Decimal 51 118 144 0.65 0.18 0 0.44 196.77 0.48 0.38
Hex 33 76 90 41 12 0 2C C5 30 26
Octal 63 166 220 101 22 0 54 305 60 46
Binary 110011 1110110 10010000 1000001 10010 0 101100 11000101 110000 100110

Color Harmonies of #337690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337690

Black with #337690

Text Example


Text Example

White with #337690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337690; }

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

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

background-color css

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

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

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

border-color css

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

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

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