#3B81E7

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

Shades of Royal Blue #3B81E7

Tints of Royal Blue #3B81E7

Color information

#3B81E7 (or 0x3B81E7) is unknown color: approx Royal Blue. HEX triplet: 3B, 81 and E7. RGB value is (59,129,231). Sum of RGB (Red+Green+Blue) = 59+129+231=419 (55% of max value = 765). Red value is 59 (23.44% from 255 or 14.08% from 419); Green value is 129 (50.78% from 255 or 30.79% from 419); Blue value is 231 (90.62% from 255 or 55.13% from 419); Max value from RGB is 231 - color contains mainly: blue. Hex color #3B81E7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3B81E7 is #C47E18. Grayscale: #777777. Windows color (decimal): -12877337 or 15171899. OLE color: 15171899.

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

Color convert

RGB59129231-
CMYK0.740.4400.09
HSL215.58º78.18%56.86%-
HSV(B)215.58º74.46%90.59%-
XYZ24.0822.478.66-
YUV119.7190.8184.71-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 14.08%
GREEN value IS 129 (50.78% from 255) = 30.79%
BLUE value IS 231 (90.62% from 255) = 55.13%
R=14.08%
G=30.79%
B=55.13%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal591292310.740.4400.09215.5878.1856.86
Hex3B81E74A2C09d84e39
Octal732013471125401133011671
Binary1110111000000111100111100101010110001001110110001001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B81E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B81E7; }

 p { color: rgb(59,129,231); }

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

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

 a { background-color: rgb(59,129,231); }

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

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

 span { border-color: rgb(59,129,231); }

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