Html Css Color HEX #337481 Astral

📋 copy color: '#337481'

red 51 ◦ green 116 ◦ blue 129

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

Shades of Astral #337481

Tints of Astral #337481

RGB

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

 GREEN value IS 116 (45.7% from 255) = 39.19%

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

R = 17.23%
G = 39.19%
B = 43.58%

CMYK

 C value IS 0.60

 M value IS 0.10

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#337481 (or 0x337481) is known color: Astral. HEX triplet: 33, 74 and 81. RGB value is (51,116,129). Sum of RGB (Red+Green+Blue) = 51+116+129=296 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.23% from 296); Green value is 116 (45.70% from 255 or 39.19% from 296); Blue value is 129 (50.78% from 255 or 43.58% from 296); Max value from RGB is 129 - color contains mainly: blue. Hex color #337481 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337481 is #CC8B7E. Grayscale: #616161. Windows color (decimal): -13405055 or 8483891. OLE color: 8483891.

HSL color Cylindrical-coordinate representation of color #337481: hue angle of 190º 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 #337481 is Cyan = 0.60, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 51 116 129 -
CMYK 0.60 0.10 0 0.49
HSL 190º 0.43% 0.35% -
HSV(B) 190º 0.6% 0.51% -
XYZ 11.57 14.78 23.01 -
YUV 98.05 145.47 94.44 -
System Red Green Blue C M Y K H S L
Decimal 51 116 129 0.60 0.10 0 0.49 190 0.43 0.35
Hex 33 74 81 3C A 0 31 BE 2B 23
Octal 63 164 201 74 12 0 61 276 53 43
Binary 110011 1110100 10000001 111100 1010 0 110001 10111110 101011 100011

Color Harmonies of #337481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337481

Black with #337481

Text Example


Text Example

White with #337481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337481; }

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

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

background-color css

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

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

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

border-color css

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

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

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