Html Css Color HEX #337081 Astral

📋 copy color: '#337081'

red 51 ◦ green 112 ◦ blue 129

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

Shades of Astral #337081

Tints of Astral #337081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 44.18%

R = 17.47%
G = 38.36%
B = 44.18%

CMYK

 C value IS 0.60

 M value IS 0.13

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#337081 (or 0x337081) is known color: Astral. HEX triplet: 33, 70 and 81. RGB value is (51,112,129). Sum of RGB (Red+Green+Blue) = 51+112+129=292 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.47% from 292); Green value is 112 (44.14% from 255 or 38.36% from 292); Blue value is 129 (50.78% from 255 or 44.18% from 292); Max value from RGB is 129 - color contains mainly: blue. Hex color #337081 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337081 is #CC8F7E. Grayscale: #5F5F5F. Windows color (decimal): -13406079 or 8482867. OLE color: 8482867.

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

Color convert

RGB 51 112 129 -
CMYK 0.60 0.13 0 0.49
HSL 193.08º 0.43% 0.35% -
HSV(B) 193.08º 0.6% 0.51% -
XYZ 11.12 13.88 22.86 -
YUV 95.7 146.79 96.12 -
System Red Green Blue C M Y K H S L
Decimal 51 112 129 0.60 0.13 0 0.49 193.08 0.43 0.35
Hex 33 70 81 3C D 0 31 C1 2B 23
Octal 63 160 201 74 15 0 61 301 53 43
Binary 110011 1110000 10000001 111100 1101 0 110001 11000001 101011 100011

Color Harmonies of #337081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337081

Black with #337081

Text Example


Text Example

White with #337081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337081; }

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

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

background-color css

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

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

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

border-color css

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

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

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