Html Css Color HEX #337290 Astral

📋 copy color: '#337290'

red 51 ◦ green 114 ◦ blue 144

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

Shades of Astral #337290

Tints of Astral #337290

RGB

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

 GREEN value IS 114 (44.92% from 255) = 36.89%

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

R = 16.5%
G = 36.89%
B = 46.6%

CMYK

 C value IS 0.65

 M value IS 0.21

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#337290 (or 0x337290) is known color: Astral. HEX triplet: 33, 72 and 90. RGB value is (51,114,144). Sum of RGB (Red+Green+Blue) = 51+114+144=309 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.50% from 309); Green value is 114 (44.92% from 255 or 36.89% from 309); Blue value is 144 (56.64% from 255 or 46.60% from 309); Max value from RGB is 144 - color contains mainly: blue. Hex color #337290 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337290 is #CC8D6F. Grayscale: #626262. Windows color (decimal): -13405552 or 9466419. OLE color: 9466419.

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

Color convert

RGB 51 114 144 -
CMYK 0.65 0.21 0 0.44
HSL 199.35º 0.48% 0.38% -
HSV(B) 199.35º 0.65% 0.56% -
XYZ 12.42 14.75 28.58 -
YUV 98.58 153.63 94.06 -
System Red Green Blue C M Y K H S L
Decimal 51 114 144 0.65 0.21 0 0.44 199.35 0.48 0.38
Hex 33 72 90 41 15 0 2C C7 30 26
Octal 63 162 220 101 25 0 54 307 60 46
Binary 110011 1110010 10010000 1000001 10101 0 101100 11000111 110000 100110

Color Harmonies of #337290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337290

Black with #337290

Text Example


Text Example

White with #337290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337290; }

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

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

background-color css

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

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

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

border-color css

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

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

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