Html Css Color HEX #337184 Astral

📋 copy color: '#337184'

red 51 ◦ green 113 ◦ blue 132

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

Shades of Astral #337184

Tints of Astral #337184

RGB

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

 GREEN value IS 113 (44.53% from 255) = 38.18%

 BLUE value IS 132 (51.95% from 255) = 44.59%

R = 17.23%
G = 38.18%
B = 44.59%

CMYK

 C value IS 0.61

 M value IS 0.14

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#337184 (or 0x337184) is known color: Astral. HEX triplet: 33, 71 and 84. RGB value is (51,113,132). Sum of RGB (Red+Green+Blue) = 51+113+132=296 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.23% from 296); Green value is 113 (44.53% from 255 or 38.18% from 296); Blue value is 132 (51.95% from 255 or 44.59% from 296); Max value from RGB is 132 - color contains mainly: blue. Hex color #337184 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337184 is #CC8E7B. Grayscale: #606060. Windows color (decimal): -13405820 or 8679731. OLE color: 8679731.

HSL color Cylindrical-coordinate representation of color #337184: hue angle of 194.07º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #337184 is Cyan = 0.61, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 51 113 132 -
CMYK 0.61 0.14 0 0.48
HSL 194.07º 0.44% 0.36% -
HSV(B) 194.07º 0.61% 0.52% -
XYZ 11.44 14.18 23.96 -
YUV 96.63 147.96 95.46 -
System Red Green Blue C M Y K H S L
Decimal 51 113 132 0.61 0.14 0 0.48 194.07 0.44 0.36
Hex 33 71 84 3D E 0 30 C2 2C 24
Octal 63 161 204 75 16 0 60 302 54 44
Binary 110011 1110001 10000100 111101 1110 0 110000 11000010 101100 100100

Color Harmonies of #337184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337184

Black with #337184

Text Example


Text Example

White with #337184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337184; }

 p { color: rgb(51,113,132); }

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

background-color css

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

 a { background-color: rgb(51,113,132); }

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

border-color css

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

 span { border-color: rgb(51,113,132); }

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