#3B65EA

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

Shades of Royal Blue #3B65EA

Tints of Royal Blue #3B65EA

Color information

#3B65EA (or 0x3B65EA) is unknown color: approx Royal Blue. HEX triplet: 3B, 65 and EA. RGB value is (59,101,234). Sum of RGB (Red+Green+Blue) = 59+101+234=394 (52% of max value = 765). Red value is 59 (23.44% from 255 or 14.97% from 394); Green value is 101 (39.84% from 255 or 25.63% from 394); Blue value is 234 (91.80% from 255 or 59.39% from 394); Max value from RGB is 234 - color contains mainly: blue. Hex color #3B65EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3B65EA is #C49A15. Grayscale: #676767. Windows color (decimal): -12884502 or 15361339. OLE color: 15361339.

HSL color Cylindrical-coordinate representation of color #3B65EA: hue angle of 225.6º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3B65EA is Cyan = 0.75, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB59101234-
CMYK0.750.5700.08
HSL225.6º80.65%57.45%-
HSV(B)225.6º74.79%91.76%-
XYZ21.3116.1879.84-
YUV103.6201.5996.19-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 14.97%
GREEN value IS 101 (39.84% from 255) = 25.63%
BLUE value IS 234 (91.80% from 255) = 59.39%
R=14.97%
G=25.63%
B=59.39%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal591012340.750.5700.08225.680.6557.45
Hex3B65EA4B3908e25139
Octal731453521137101034212171
Binary111011110010111101010100101111100101000111000101010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B65EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,101,234); }

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

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

 a { background-color: rgb(59,101,234); }

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

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

 span { border-color: rgb(59,101,234); }

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