Html Css Color HEX #337489 Astral

📋 copy color: '#337489'

red 51 ◦ green 116 ◦ blue 137

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

Shades of Astral #337489

Tints of Astral #337489

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 45.07%

R = 16.78%
G = 38.16%
B = 45.07%

CMYK

 C value IS 0.63

 M value IS 0.15

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#337489 (or 0x337489) is known color: Astral. HEX triplet: 33, 74 and 89. RGB value is (51,116,137). Sum of RGB (Red+Green+Blue) = 51+116+137=304 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.78% from 304); Green value is 116 (45.70% from 255 or 38.16% from 304); Blue value is 137 (53.91% from 255 or 45.07% from 304); Max value from RGB is 137 - color contains mainly: blue. Hex color #337489 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337489 is #CC8B76. Grayscale: #626262. Windows color (decimal): -13405047 or 9008179. OLE color: 9008179.

HSL color Cylindrical-coordinate representation of color #337489: hue angle of 194.65º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #337489 is Cyan = 0.63, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 51 116 137 -
CMYK 0.63 0.15 0 0.46
HSL 194.65º 0.46% 0.37% -
HSV(B) 194.65º 0.63% 0.54% -
XYZ 12.13 15 25.92 -
YUV 98.96 149.47 93.79 -
System Red Green Blue C M Y K H S L
Decimal 51 116 137 0.63 0.15 0 0.46 194.65 0.46 0.37
Hex 33 74 89 3F F 0 2E C3 2E 25
Octal 63 164 211 77 17 0 56 303 56 45
Binary 110011 1110100 10001001 111111 1111 0 101110 11000011 101110 100101

Color Harmonies of #337489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337489

Black with #337489

Text Example


Text Example

White with #337489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337489; }

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

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

background-color css

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

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

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

border-color css

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

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

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