#3B55ED

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

Shades of Royal Blue #3B55ED

Tints of Royal Blue #3B55ED

Color information

#3B55ED (or 0x3B55ED) is unknown color: approx Royal Blue. HEX triplet: 3B, 55 and ED. RGB value is (59,85,237). Sum of RGB (Red+Green+Blue) = 59+85+237=381 (50% of max value = 765). Red value is 59 (23.44% from 255 or 15.49% from 381); Green value is 85 (33.59% from 255 or 22.31% from 381); Blue value is 237 (92.97% from 255 or 62.20% from 381); Max value from RGB is 237 - color contains mainly: blue. Hex color #3B55ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3B55ED is #C4AA12. Grayscale: #5D5D5D. Windows color (decimal): -12888595 or 15553851. OLE color: 15553851.

HSL color Cylindrical-coordinate representation of color #3B55ED: hue angle of 231.24º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3B55ED is Cyan = 0.75, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB5985237-
CMYK0.750.6400.07
HSL231.24º83.18%58.04%-
HSV(B)231.24º75.11%92.94%-
XYZ20.3413.5481.66-
YUV94.55208.39102.64-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 15.49%
GREEN value IS 85 (33.59% from 255) = 22.31%
BLUE value IS 237 (92.97% from 255) = 62.20%
R=15.49%
G=22.31%
B=62.20%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal59852370.750.6400.07231.2483.1858.04
Hex3B55ED4B4007e7533a
Octal731253551131000734712372
Binary111011101010111101101100101110000000111111001111010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B55ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,85,237); }

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

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

 a { background-color: rgb(59,85,237); }

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

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

 span { border-color: rgb(59,85,237); }

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