Html Css Color HEX #337293 Astral

📋 copy color: '#337293'

red 51 ◦ green 114 ◦ blue 147

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

Shades of Astral #337293

Tints of Astral #337293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 47.12%

R = 16.35%
G = 36.54%
B = 47.12%

CMYK

 C value IS 0.65

 M value IS 0.22

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#337293 (or 0x337293) is known color: Astral. HEX triplet: 33, 72 and 93. RGB value is (51,114,147). Sum of RGB (Red+Green+Blue) = 51+114+147=312 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.35% from 312); Green value is 114 (44.92% from 255 or 36.54% from 312); Blue value is 147 (57.81% from 255 or 47.12% from 312); Max value from RGB is 147 - color contains mainly: blue. Hex color #337293 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337293 is #CC8D6C. Grayscale: #626262. Windows color (decimal): -13405549 or 9663027. OLE color: 9663027.

HSL color Cylindrical-coordinate representation of color #337293: hue angle of 200.62º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #337293 is Cyan = 0.65, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 51 114 147 -
CMYK 0.65 0.22 0 0.42
HSL 200.63º 0.48% 0.39% -
HSV(B) 200.63º 0.65% 0.58% -
XYZ 12.65 14.85 29.8 -
YUV 98.93 155.13 93.82 -
System Red Green Blue C M Y K H S L
Decimal 51 114 147 0.65 0.22 0 0.42 200.63 0.48 0.39
Hex 33 72 93 41 16 0 2A C9 30 27
Octal 63 162 223 101 26 0 52 311 60 47
Binary 110011 1110010 10010011 1000001 10110 0 101010 11001001 110000 100111

Color Harmonies of #337293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337293

Black with #337293

Text Example


Text Example

White with #337293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337293; }

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

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

background-color css

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

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

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

border-color css

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

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

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