Html Css Color HEX #337483 Astral

📋 copy color: '#337483'

red 51 ◦ green 116 ◦ blue 131

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

Shades of Astral #337483

Tints of Astral #337483

RGB

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

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

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

R = 17.11%
G = 38.93%
B = 43.96%

CMYK

 C value IS 0.61

 M value IS 0.11

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#337483 (or 0x337483) is known color: Astral. HEX triplet: 33, 74 and 83. RGB value is (51,116,131). Sum of RGB (Red+Green+Blue) = 51+116+131=298 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.11% from 298); Green value is 116 (45.70% from 255 or 38.93% from 298); Blue value is 131 (51.56% from 255 or 43.96% from 298); Max value from RGB is 131 - color contains mainly: blue. Hex color #337483 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337483 is #CC8B7C. Grayscale: #626262. Windows color (decimal): -13405053 or 8614963. OLE color: 8614963.

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

Color convert

RGB 51 116 131 -
CMYK 0.61 0.11 0 0.49
HSL 191.25º 0.44% 0.36% -
HSV(B) 191.25º 0.61% 0.51% -
XYZ 11.71 14.83 23.72 -
YUV 98.28 146.47 94.28 -
System Red Green Blue C M Y K H S L
Decimal 51 116 131 0.61 0.11 0 0.49 191.25 0.44 0.36
Hex 33 74 83 3D B 0 31 BF 2C 24
Octal 63 164 203 75 13 0 61 277 54 44
Binary 110011 1110100 10000011 111101 1011 0 110001 10111111 101100 100100

Color Harmonies of #337483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337483

Black with #337483

Text Example


Text Example

White with #337483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337483; }

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

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

background-color css

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

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

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

border-color css

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

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

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