#3E5AF3

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

Shades of Royal Blue #3E5AF3

Tints of Royal Blue #3E5AF3

Color information

#3E5AF3 (or 0x3E5AF3) is unknown color: approx Royal Blue. HEX triplet: 3E, 5A and F3. RGB value is (62,90,243). Sum of RGB (Red+Green+Blue) = 62+90+243=395 (52% of max value = 765). Red value is 62 (24.61% from 255 or 15.70% from 395); Green value is 90 (35.55% from 255 or 22.78% from 395); Blue value is 243 (95.31% from 255 or 61.52% from 395); Max value from RGB is 243 - color contains mainly: blue. Hex color #3E5AF3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3E5AF3 is #C1A50C. Grayscale: #626262. Windows color (decimal): -12690701 or 15948350. OLE color: 15948350.

HSL color Cylindrical-coordinate representation of color #3E5AF3: hue angle of 230.72º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3E5AF3 is Cyan = 0.74, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB6290243-
CMYK0.740.6300.05
HSL230.72º88.29%59.8%-
HSV(B)230.72º74.49%95.29%-
XYZ21.8214.8186.5-
YUV99.07209.22101.56-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 15.70%
GREEN value IS 90 (35.55% from 255) = 22.78%
BLUE value IS 243 (95.31% from 255) = 61.52%
R=15.70%
G=22.78%
B=61.52%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal62902430.740.6300.05230.7288.2959.8
Hex3E5AF34A3F05e7583c
Octal76132363112770534713074
Binary11111010110101111001110010101111110101111001111011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E5AF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,90,243); }

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

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

 a { background-color: rgb(62,90,243); }

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

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

 span { border-color: rgb(62,90,243); }

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