Html Css Color HEX #337793 Astral

📋 copy color: '#337793'

red 51 ◦ green 119 ◦ blue 147

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

Shades of Astral #337793

Tints of Astral #337793

RGB

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

 GREEN value IS 119 (46.88% from 255) = 37.54%

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

R = 16.09%
G = 37.54%
B = 46.37%

CMYK

 C value IS 0.65

 M value IS 0.19

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#337793 (or 0x337793) is known color: Astral. HEX triplet: 33, 77 and 93. RGB value is (51,119,147). Sum of RGB (Red+Green+Blue) = 51+119+147=317 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.09% from 317); Green value is 119 (46.88% from 255 or 37.54% from 317); Blue value is 147 (57.81% from 255 or 46.37% from 317); Max value from RGB is 147 - color contains mainly: blue. Hex color #337793 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337793 is #CC886C. Grayscale: #656565. Windows color (decimal): -13404269 or 9664307. OLE color: 9664307.

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

Color convert

RGB 51 119 147 -
CMYK 0.65 0.19 0 0.42
HSL 197.5º 0.48% 0.39% -
HSV(B) 197.5º 0.65% 0.58% -
XYZ 13.23 16 30 -
YUV 101.86 153.47 91.72 -
System Red Green Blue C M Y K H S L
Decimal 51 119 147 0.65 0.19 0 0.42 197.5 0.48 0.39
Hex 33 77 93 41 13 0 2A C6 30 27
Octal 63 167 223 101 23 0 52 306 60 47
Binary 110011 1110111 10010011 1000001 10011 0 101010 11000110 110000 100111

Color Harmonies of #337793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337793

Black with #337793

Text Example


Text Example

White with #337793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337793; }

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

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

background-color css

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

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

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

border-color css

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

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

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