#3e65df

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

Shades of Royal Blue #3E65DF

Tints of Royal Blue #3E65DF

Color information

#3E65DF (or 0x3E65DF) is unknown color: approx Royal Blue. HEX triplet: 3E, 65 and DF. RGB value is (62,101,223). Sum of RGB (Red+Green+Blue) = 62+101+223=386 (51% of max value = 765). Red value is 62 (24.61% from 255 or 16.06% from 386); Green value is 101 (39.84% from 255 or 26.17% from 386); Blue value is 223 (87.5% from 255 or 57.77% from 386); Max value from RGB is 223 - color contains mainly: blue. Hex color #3E65DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E65DF is #C19A20. Grayscale: #666666. Windows color (decimal): -12687905 or 14640446. OLE color: 14640446.

HSL color Cylindrical-coordinate representation of color #3E65DF: hue angle of 225.47º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3E65DF is Cyan = 0.72, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB62101223-
CMYK0.720.5500.13
HSL225.47º71.56%55.88%-
HSV(B)225.47º72.2%87.45%-
XYZ19.9615.6671.78-
YUV103.25195.5898.58-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 16.06%
GREEN value IS 101 (39.84% from 255) = 26.17%
BLUE value IS 223 (87.5% from 255) = 57.77%
R=16.06%
G=26.17%
B=57.77%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal621012230.720.5500.13225.4771.5655.88
Hex3E65DF48370De14838
Octal761453371106701534111070
Binary111110110010111011111100100011011101101111000011001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3e65df

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,101,223); }

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

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

 a { background-color: rgb(62,101,223); }

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

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

 span { border-color: rgb(62,101,223); }

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