#3B64EB

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

Shades of Royal Blue #3B64EB

Tints of Royal Blue #3B64EB

Color information

#3B64EB (or 0x3B64EB) is unknown color: approx Royal Blue. HEX triplet: 3B, 64 and EB. RGB value is (59,100,235). Sum of RGB (Red+Green+Blue) = 59+100+235=394 (52% of max value = 765). Red value is 59 (23.44% from 255 or 14.97% from 394); Green value is 100 (39.45% from 255 or 25.38% from 394); Blue value is 235 (92.19% from 255 or 59.64% from 394); Max value from RGB is 235 - color contains mainly: blue. Hex color #3B64EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3B64EB is #C49B14. Grayscale: #666666. Windows color (decimal): -12884757 or 15426619. OLE color: 15426619.

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

Color convert

RGB59100235-
CMYK0.750.5700.08
HSL226.02º81.48%57.65%-
HSV(B)226.02º74.89%92.16%-
XYZ21.3616.0480.57-
YUV103.13202.4296.52-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 14.97%
GREEN value IS 100 (39.45% from 255) = 25.38%
BLUE value IS 235 (92.19% from 255) = 59.64%
R=14.97%
G=25.38%
B=59.64%

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
Decimal591002350.750.5700.08226.0281.4857.65
Hex3B64EB4B3908e2513a
Octal731443531137101034212172
Binary111011110010011101011100101111100101000111000101010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B64EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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