#3650EB

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

Shades of Royal Blue #3650EB

Tints of Royal Blue #3650EB

Color information

#3650EB (or 0x3650EB) is unknown color: approx Royal Blue. HEX triplet: 36, 50 and EB. RGB value is (54,80,235). Sum of RGB (Red+Green+Blue) = 54+80+235=369 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.63% from 369); Green value is 80 (31.64% from 255 or 21.68% from 369); Blue value is 235 (92.19% from 255 or 63.69% from 369); Max value from RGB is 235 - color contains mainly: blue. Hex color #3650EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3650EB is #C9AF14. Grayscale: #595959. Windows color (decimal): -13217557 or 15421494. OLE color: 15421494.

HSL color Cylindrical-coordinate representation of color #3650EB: hue angle of 231.38º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3650EB is Cyan = 0.77, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB5480235-
CMYK0.770.6600.08
HSL231.38º81.9%56.67%-
HSV(B)231.38º77.02%92.16%-
XYZ19.3912.5279.99-
YUV89.9209.89102.4-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 14.63%
GREEN value IS 80 (31.64% from 255) = 21.68%
BLUE value IS 235 (92.19% from 255) = 63.69%
R=14.63%
G=21.68%
B=63.69%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal54802350.770.6600.08231.3881.956.67
Hex3650EB4D4208e75239
Octal6612035311510201034712271
Binary1101101010000111010111001101100001001000111001111010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3650EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3650EB; }

 p { color: rgb(54,80,235); }

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

<style>
 a { background-color: #3650EB; }

 a { background-color: rgb(54,80,235); }

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

<style>
 span { border-color: #3650EB; }

 span { border-color: rgb(54,80,235); }

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