Html Css Color HEX #337183 Astral

📋 copy color: '#337183'

red 51 ◦ green 113 ◦ blue 131

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

Shades of Astral #337183

Tints of Astral #337183

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 44.41%

R = 17.29%
G = 38.31%
B = 44.41%

CMYK

 C value IS 0.61

 M value IS 0.14

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#337183 (or 0x337183) is known color: Astral. HEX triplet: 33, 71 and 83. RGB value is (51,113,131). Sum of RGB (Red+Green+Blue) = 51+113+131=295 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.29% from 295); Green value is 113 (44.53% from 255 or 38.31% from 295); Blue value is 131 (51.56% from 255 or 44.41% from 295); Max value from RGB is 131 - color contains mainly: blue. Hex color #337183 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337183 is #CC8E7C. Grayscale: #606060. Windows color (decimal): -13405821 or 8614195. OLE color: 8614195.

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

Color convert

RGB 51 113 131 -
CMYK 0.61 0.14 0 0.49
HSL 193.5º 0.44% 0.36% -
HSV(B) 193.5º 0.61% 0.51% -
XYZ 11.37 14.15 23.61 -
YUV 96.51 147.46 95.54 -
System Red Green Blue C M Y K H S L
Decimal 51 113 131 0.61 0.14 0 0.49 193.5 0.44 0.36
Hex 33 71 83 3D E 0 31 C2 2C 24
Octal 63 161 203 75 16 0 61 302 54 44
Binary 110011 1110001 10000011 111101 1110 0 110001 11000010 101100 100100

Color Harmonies of #337183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337183

Black with #337183

Text Example


Text Example

White with #337183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337183; }

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

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

background-color css

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

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

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

border-color css

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

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

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