Html Css Color HEX #337193 Astral

📋 copy color: '#337193'

red 51 ◦ green 113 ◦ blue 147

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

Shades of Astral #337193

Tints of Astral #337193

RGB

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

 GREEN value IS 113 (44.53% from 255) = 36.33%

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

R = 16.4%
G = 36.33%
B = 47.27%

CMYK

 C value IS 0.65

 M value IS 0.23

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#337193 (or 0x337193) is known color: Astral. HEX triplet: 33, 71 and 93. RGB value is (51,113,147). Sum of RGB (Red+Green+Blue) = 51+113+147=311 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.40% from 311); Green value is 113 (44.53% from 255 or 36.33% from 311); Blue value is 147 (57.81% from 255 or 47.27% from 311); Max value from RGB is 147 - color contains mainly: blue. Hex color #337193 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337193 is #CC8E6C. Grayscale: #626262. Windows color (decimal): -13405805 or 9662771. OLE color: 9662771.

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

Color convert

RGB 51 113 147 -
CMYK 0.65 0.23 0 0.42
HSL 201.25º 0.48% 0.39% -
HSV(B) 201.25º 0.65% 0.58% -
XYZ 12.54 14.62 29.77 -
YUV 98.34 155.46 94.24 -
System Red Green Blue C M Y K H S L
Decimal 51 113 147 0.65 0.23 0 0.42 201.25 0.48 0.39
Hex 33 71 93 41 17 0 2A C9 30 27
Octal 63 161 223 101 27 0 52 311 60 47
Binary 110011 1110001 10010011 1000001 10111 0 101010 11001001 110000 100111

Color Harmonies of #337193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337193

Black with #337193

Text Example


Text Example

White with #337193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337193; }

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

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

background-color css

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

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

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

border-color css

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

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

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