Html Css Color HEX #337080 Astral

📋 copy color: '#337080'

red 51 ◦ green 112 ◦ blue 128

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

Shades of Astral #337080

Tints of Astral #337080

RGB

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

 GREEN value IS 112 (44.14% from 255) = 38.49%

 BLUE value IS 128 (50.39% from 255) = 43.99%

R = 17.53%
G = 38.49%
B = 43.99%

CMYK

 C value IS 0.60

 M value IS 0.12

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#337080 (or 0x337080) is known color: Astral. HEX triplet: 33, 70 and 80. RGB value is (51,112,128). Sum of RGB (Red+Green+Blue) = 51+112+128=291 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.53% from 291); Green value is 112 (44.14% from 255 or 38.49% from 291); Blue value is 128 (50.39% from 255 or 43.99% from 291); Max value from RGB is 128 - color contains mainly: blue. Hex color #337080 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337080 is #CC8F7F. Grayscale: #5F5F5F. Windows color (decimal): -13406080 or 8417331. OLE color: 8417331.

HSL color Cylindrical-coordinate representation of color #337080: hue angle of 192.47º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #337080 is Cyan = 0.60, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 51 112 128 -
CMYK 0.60 0.12 0 0.50
HSL 192.47º 0.43% 0.35% -
HSV(B) 192.47º 0.6% 0.5% -
XYZ 11.06 13.85 22.51 -
YUV 95.59 146.29 96.2 -
System Red Green Blue C M Y K H S L
Decimal 51 112 128 0.60 0.12 0 0.50 192.47 0.43 0.35
Hex 33 70 80 3C C 0 32 C0 2B 23
Octal 63 160 200 74 14 0 62 300 53 43
Binary 110011 1110000 10000000 111100 1100 0 110010 11000000 101011 100011

Color Harmonies of #337080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337080

Black with #337080

Text Example


Text Example

White with #337080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337080; }

 p { color: rgb(51,112,128); }

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

background-color css

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

 a { background-color: rgb(51,112,128); }

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

border-color css

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

 span { border-color: rgb(51,112,128); }

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