#3D5BED

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

Shades of Royal Blue #3D5BED

Tints of Royal Blue #3D5BED

Color information

#3D5BED (or 0x3D5BED) is unknown color: approx Royal Blue. HEX triplet: 3D, 5B and ED. RGB value is (61,91,237). Sum of RGB (Red+Green+Blue) = 61+91+237=389 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.68% from 389); Green value is 91 (35.94% from 255 or 23.39% from 389); Blue value is 237 (92.97% from 255 or 60.93% from 389); Max value from RGB is 237 - color contains mainly: blue. Hex color #3D5BED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3D5BED is #C2A412. Grayscale: #626262. Windows color (decimal): -12755987 or 15555389. OLE color: 15555389.

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

Color convert

RGB6191237-
CMYK0.740.6200.07
HSL229.77º83.02%58.43%-
HSV(B)229.77º74.26%92.94%-
XYZ20.9514.5981.83-
YUV98.67206.06101.13-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 15.68%
GREEN value IS 91 (35.94% from 255) = 23.39%
BLUE value IS 237 (92.97% from 255) = 60.93%
R=15.68%
G=23.39%
B=60.93%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal61912370.740.6200.07229.7783.0258.43
Hex3D5BED4A3E07e6533a
Octal75133355112760734612372
Binary11110110110111110110110010101111100111111001101010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5BED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,91,237); }

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

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

 a { background-color: rgb(61,91,237); }

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

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

 span { border-color: rgb(61,91,237); }

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