Html Css Color HEX #337993 Astral

📋 copy color: '#337993'

red 51 ◦ green 121 ◦ blue 147

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

Shades of Astral #337993

Tints of Astral #337993

RGB

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

 GREEN value IS 121 (47.66% from 255) = 37.93%

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

R = 15.99%
G = 37.93%
B = 46.08%

CMYK

 C value IS 0.65

 M value IS 0.18

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#337993 (or 0x337993) is known color: Astral. HEX triplet: 33, 79 and 93. RGB value is (51,121,147). Sum of RGB (Red+Green+Blue) = 51+121+147=319 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.99% from 319); Green value is 121 (47.66% from 255 or 37.93% from 319); Blue value is 147 (57.81% from 255 or 46.08% from 319); Max value from RGB is 147 - color contains mainly: blue. Hex color #337993 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337993 is #CC866C. Grayscale: #666666. Windows color (decimal): -13403757 or 9664819. OLE color: 9664819.

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

Color convert

RGB 51 121 147 -
CMYK 0.65 0.18 0 0.42
HSL 196.25º 0.48% 0.39% -
HSV(B) 196.25º 0.65% 0.58% -
XYZ 13.47 16.49 30.08 -
YUV 103.03 152.81 90.89 -
System Red Green Blue C M Y K H S L
Decimal 51 121 147 0.65 0.18 0 0.42 196.25 0.48 0.39
Hex 33 79 93 41 12 0 2A C4 30 27
Octal 63 171 223 101 22 0 52 304 60 47
Binary 110011 1111001 10010011 1000001 10010 0 101010 11000100 110000 100111

Color Harmonies of #337993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337993

Black with #337993

Text Example


Text Example

White with #337993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337993; }

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

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

background-color css

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

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

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

border-color css

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

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

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