#3584E8

Color #3584E8 Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #3584E8

Tints of Royal Blue #3584E8

Color information

#3584E8 (or 0x3584E8) is unknown color: approx Royal Blue. HEX triplet: 35, 84 and E8. RGB value is (53,132,232). Sum of RGB (Red+Green+Blue) = 53+132+232=417 (55% of max value = 765). Red value is 53 (21.09% from 255 or 12.71% from 417); Green value is 132 (51.95% from 255 or 31.65% from 417); Blue value is 232 (91.02% from 255 or 55.64% from 417); Max value from RGB is 232 - color contains mainly: blue. Hex color #3584E8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3584E8 is #CA7B17. Grayscale: #777777. Windows color (decimal): -13269784 or 15238197. OLE color: 15238197.

HSL color Cylindrical-coordinate representation of color #3584E8: hue angle of 213.52º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3584E8 is Cyan = 0.77, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB53132232-
CMYK0.770.4300.09
HSL213.52º79.56%55.88%-
HSV(B)213.52º77.16%90.98%-
XYZ24.2823.0979.52-
YUV119.78191.3380.37-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.71%
GREEN value IS 132 (51.95% from 255) = 31.65%
BLUE value IS 232 (91.02% from 255) = 55.64%
R=12.71%
G=31.65%
B=55.64%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal531322320.770.4300.09213.5279.5655.88
Hex3584E84D2B09d65038
Octal652043501155301132612070
Binary1101011000010011101000100110110101101001110101101010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3584E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3584E8; }

 p { color: rgb(53,132,232); }

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

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

 a { background-color: rgb(53,132,232); }

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

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

 span { border-color: rgb(53,132,232); }

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