#3A82EE

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

Shades of Royal Blue #3A82EE

Tints of Royal Blue #3A82EE

Color information

#3A82EE (or 0x3A82EE) is unknown color: approx Royal Blue. HEX triplet: 3A, 82 and EE. RGB value is (58,130,238). Sum of RGB (Red+Green+Blue) = 58+130+238=426 (56% of max value = 765). Red value is 58 (23.05% from 255 or 13.62% from 426); Green value is 130 (51.17% from 255 or 30.52% from 426); Blue value is 238 (93.36% from 255 or 55.87% from 426); Max value from RGB is 238 - color contains mainly: blue. Hex color #3A82EE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3A82EE is #C57D11. Grayscale: #787878. Windows color (decimal): -12942610 or 15630906. OLE color: 15630906.

HSL color Cylindrical-coordinate representation of color #3A82EE: hue angle of 216º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3A82EE is Cyan = 0.76, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB58130238-
CMYK0.760.4500.07
HSL216º84.11%58.04%-
HSV(B)216º75.63%93.33%-
XYZ25.1623.0484.01-
YUV120.78194.1583.22-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 13.62%
GREEN value IS 130 (51.17% from 255) = 30.52%
BLUE value IS 238 (93.36% from 255) = 55.87%
R=13.62%
G=30.52%
B=55.87%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal581302380.760.4500.0721684.1158.04
Hex3A82EE4C2D07d8543a
Octal72202356114550733012472
Binary111010100000101110111010011001011010111110110001010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A82EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,130,238); }

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

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

 a { background-color: rgb(58,130,238); }

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

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

 span { border-color: rgb(58,130,238); }

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