#3481E8

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

Shades of Royal Blue #3481E8

Tints of Royal Blue #3481E8

Color information

#3481E8 (or 0x3481E8) is unknown color: approx Royal Blue. HEX triplet: 34, 81 and E8. RGB value is (52,129,232). Sum of RGB (Red+Green+Blue) = 52+129+232=413 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.59% from 413); Green value is 129 (50.78% from 255 or 31.23% from 413); Blue value is 232 (91.02% from 255 or 56.17% from 413); Max value from RGB is 232 - color contains mainly: blue. Hex color #3481E8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3481E8 is #CB7E17. Grayscale: #757575. Windows color (decimal): -13336088 or 15237428. OLE color: 15237428.

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

Color convert

RGB52129232-
CMYK0.780.4400.09
HSL214.33º79.65%55.69%-
HSV(B)214.33º77.59%90.98%-
XYZ23.8322.2679.38-
YUV117.72192.4981.12-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.59%
GREEN value IS 129 (50.78% from 255) = 31.23%
BLUE value IS 232 (91.02% from 255) = 56.17%
R=12.59%
G=31.23%
B=56.17%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal521292320.780.4400.09214.3379.6555.69
Hex3481E84E2C09d65038
Octal642013501165401132612070
Binary1101001000000111101000100111010110001001110101101010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3481E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,129,232); }

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

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

 a { background-color: rgb(52,129,232); }

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

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

 span { border-color: rgb(52,129,232); }

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