Html Css Color HEX #337393 Astral

📋 copy color: '#337393'

red 51 ◦ green 115 ◦ blue 147

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

Shades of Astral #337393

Tints of Astral #337393

RGB

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

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

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

R = 16.29%
G = 36.74%
B = 46.96%

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

#337393 (or 0x337393) is known color: Astral. HEX triplet: 33, 73 and 93. RGB value is (51,115,147). Sum of RGB (Red+Green+Blue) = 51+115+147=313 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.29% from 313); Green value is 115 (45.31% from 255 or 36.74% from 313); Blue value is 147 (57.81% from 255 or 46.96% from 313); Max value from RGB is 147 - color contains mainly: blue. Hex color #337393 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337393 is #CC8C6C. Grayscale: #636363. Windows color (decimal): -13405293 or 9663283. OLE color: 9663283.

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

Color convert

RGB 51 115 147 -
CMYK 0.65 0.22 0 0.42
HSL 200º 0.48% 0.39% -
HSV(B) 200º 0.65% 0.58% -
XYZ 12.76 15.07 29.84 -
YUV 99.51 154.8 93.4 -
System Red Green Blue C M Y K H S L
Decimal 51 115 147 0.65 0.22 0 0.42 200 0.48 0.39
Hex 33 73 93 41 16 0 2A C8 30 27
Octal 63 163 223 101 26 0 52 310 60 47
Binary 110011 1110011 10010011 1000001 10110 0 101010 11001000 110000 100111

Color Harmonies of #337393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337393

Black with #337393

Text Example


Text Example

White with #337393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337393; }

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

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

background-color css

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

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

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

border-color css

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

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

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