#3B64EA

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

Shades of Royal Blue #3B64EA

Tints of Royal Blue #3B64EA

Color information

#3B64EA (or 0x3B64EA) is unknown color: approx Royal Blue. HEX triplet: 3B, 64 and EA. RGB value is (59,100,234). Sum of RGB (Red+Green+Blue) = 59+100+234=393 (52% of max value = 765). Red value is 59 (23.44% from 255 or 15.01% from 393); Green value is 100 (39.45% from 255 or 25.45% from 393); Blue value is 234 (91.80% from 255 or 59.54% from 393); Max value from RGB is 234 - color contains mainly: blue. Hex color #3B64EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3B64EA is #C49B15. Grayscale: #666666. Windows color (decimal): -12884758 or 15361083. OLE color: 15361083.

HSL color Cylindrical-coordinate representation of color #3B64EA: hue angle of 225.94º 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 #3B64EA is Cyan = 0.75, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB59100234-
CMYK0.750.5700.08
HSL225.94º80.65%57.45%-
HSV(B)225.94º74.79%91.76%-
XYZ21.2115.9879.81-
YUV103.02201.9296.6-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 15.01%
GREEN value IS 100 (39.45% from 255) = 25.45%
BLUE value IS 234 (91.80% from 255) = 59.54%
R=15.01%
G=25.45%
B=59.54%

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
Decimal591002340.750.5700.08225.9480.6557.45
Hex3B64EA4B3908e25139
Octal731443521137101034212171
Binary111011110010011101010100101111100101000111000101010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B64EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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