#3c82e3

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

Shades of Royal Blue #3C82E3

Tints of Royal Blue #3C82E3

Color information

#3C82E3 (or 0x3C82E3) is unknown color: approx Royal Blue. HEX triplet: 3C, 82 and E3. RGB value is (60,130,227). Sum of RGB (Red+Green+Blue) = 60+130+227=417 (55% of max value = 765). Red value is 60 (23.83% from 255 or 14.39% from 417); Green value is 130 (51.17% from 255 or 31.18% from 417); Blue value is 227 (89.06% from 255 or 54.44% from 417); Max value from RGB is 227 - color contains mainly: blue. Hex color #3C82E3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C82E3 is #C37D1C. Grayscale: #777777. Windows color (decimal): -12811549 or 14910012. OLE color: 14910012.

HSL color Cylindrical-coordinate representation of color #3C82E3: hue angle of 214.85º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3C82E3 is Cyan = 0.74, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB60130227-
CMYK0.740.4300.11
HSL214.85º74.89%56.27%-
HSV(B)214.85º73.57%89.02%-
XYZ23.7122.4775.76-
YUV120.13188.3185.11-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 14.39%
GREEN value IS 130 (51.17% from 255) = 31.18%
BLUE value IS 227 (89.06% from 255) = 54.44%
R=14.39%
G=31.18%
B=54.44%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal601302270.740.4300.11214.8574.8956.27
Hex3C82E34A2B0Bd74b38
Octal742023431125301332711370
Binary1111001000001011100011100101010101101011110101111001011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3c82e3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,130,227); }

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

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

 a { background-color: rgb(60,130,227); }

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

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

 span { border-color: rgb(60,130,227); }

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