#5344BA

Color #5344BA Rich Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Blue #5344BA

Tints of Rich Blue #5344BA

Color information

#5344BA (or 0x5344BA) is unknown color: approx Rich Blue. HEX triplet: 53, 44 and BA. RGB value is (83,68,186). Sum of RGB (Red+Green+Blue) = 83+68+186=337 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.63% from 337); Green value is 68 (26.95% from 255 or 20.18% from 337); Blue value is 186 (73.05% from 255 or 55.19% from 337); Max value from RGB is 186 - color contains mainly: blue. Hex color #5344BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5344BA is #ACBB45. Grayscale: #555555. Windows color (decimal): -11320134 or 12207187. OLE color: 12207187.

HSL color Cylindrical-coordinate representation of color #5344BA: hue angle of 247.63º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5344BA is Cyan = 0.55, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8368186-
CMYK0.550.6300.27
HSL247.63º46.46%49.8%-
HSV(B)247.63º63.44%72.94%-
XYZ14.59.5247.53-
YUV85.94184.47125.91-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.63%
GREEN value IS 68 (26.95% from 255) = 20.18%
BLUE value IS 186 (73.05% from 255) = 55.19%
R=24.63%
G=20.18%
B=55.19%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal83681860.550.6300.27247.6346.4649.8
Hex5344BA373F01Bf82e32
Octal12310427267770333705662
Binary101001110001001011101011011111111101101111111000101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5344BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5344BA; }

 p { color: rgb(83,68,186); }

 H1.HeaderClassName
 {
   color: #5344BA;
 }
 .AnyTagClassName
 {
   color: #5344BA;
 }
</style>
background-color css

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

 a { background-color: rgb(83,68,186); }

 div.DivClassName
 {
   background-color: #5344BA;
 }
 .BgClassName
 {
   background-color: #5344BA;
 }
</style>
border-color css

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

 span { border-color: rgb(83,68,186); }

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