Html Css Color HEX #337289 Astral

📋 copy color: '#337289'

red 51 ◦ green 114 ◦ blue 137

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

Shades of Astral #337289

Tints of Astral #337289

RGB

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

 GREEN value IS 114 (44.92% from 255) = 37.75%

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

R = 16.89%
G = 37.75%
B = 45.36%

CMYK

 C value IS 0.63

 M value IS 0.17

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#337289 (or 0x337289) is known color: Astral. HEX triplet: 33, 72 and 89. RGB value is (51,114,137). Sum of RGB (Red+Green+Blue) = 51+114+137=302 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.89% from 302); Green value is 114 (44.92% from 255 or 37.75% from 302); Blue value is 137 (53.91% from 255 or 45.36% from 302); Max value from RGB is 137 - color contains mainly: blue. Hex color #337289 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337289 is #CC8D76. Grayscale: #616161. Windows color (decimal): -13405559 or 9007667. OLE color: 9007667.

HSL color Cylindrical-coordinate representation of color #337289: hue angle of 196.05º 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 #337289 is Cyan = 0.63, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 51 114 137 -
CMYK 0.63 0.17 0 0.46
HSL 196.05º 0.46% 0.37% -
HSV(B) 196.05º 0.63% 0.54% -
XYZ 11.9 14.54 25.85 -
YUV 97.79 150.13 94.63 -
System Red Green Blue C M Y K H S L
Decimal 51 114 137 0.63 0.17 0 0.46 196.05 0.46 0.37
Hex 33 72 89 3F 11 0 2E C4 2E 25
Octal 63 162 211 77 21 0 56 304 56 45
Binary 110011 1110010 10001001 111111 10001 0 101110 11000100 101110 100101

Color Harmonies of #337289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337289

Black with #337289

Text Example


Text Example

White with #337289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337289; }

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

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

background-color css

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

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

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

border-color css

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

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

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