Html Css Color HEX #337696 Astral

📋 copy color: '#337696'

red 51 ◦ green 118 ◦ blue 150

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

Shades of Astral #337696

Tints of Astral #337696

RGB

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

 GREEN value IS 118 (46.48% from 255) = 36.99%

 BLUE value IS 150 (58.98% from 255) = 47.02%

R = 15.99%
G = 36.99%
B = 47.02%

CMYK

 C value IS 0.66

 M value IS 0.21

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#337696 (or 0x337696) is known color: Astral. HEX triplet: 33, 76 and 96. RGB value is (51,118,150). Sum of RGB (Red+Green+Blue) = 51+118+150=319 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.99% from 319); Green value is 118 (46.48% from 255 or 36.99% from 319); Blue value is 150 (58.98% from 255 or 47.02% from 319); Max value from RGB is 150 - color contains mainly: blue. Hex color #337696 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337696 is #CC8969. Grayscale: #656565. Windows color (decimal): -13404522 or 9860659. OLE color: 9860659.

HSL color Cylindrical-coordinate representation of color #337696: hue angle of 199.39º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #337696 is Cyan = 0.66, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 51 118 150 -
CMYK 0.66 0.21 0 0.41
HSL 199.39º 0.49% 0.39% -
HSV(B) 199.39º 0.66% 0.59% -
XYZ 13.35 15.86 31.21 -
YUV 101.62 155.3 91.9 -
System Red Green Blue C M Y K H S L
Decimal 51 118 150 0.66 0.21 0 0.41 199.39 0.49 0.39
Hex 33 76 96 42 15 0 29 C7 31 27
Octal 63 166 226 102 25 0 51 307 61 47
Binary 110011 1110110 10010110 1000010 10101 0 101001 11000111 110001 100111

Color Harmonies of #337696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337696

Black with #337696

Text Example


Text Example

White with #337696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337696; }

 p { color: rgb(51,118,150); }

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

background-color css

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

 a { background-color: rgb(51,118,150); }

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

border-color css

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

 span { border-color: rgb(51,118,150); }

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