#3B5DDD

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

Shades of Royal Blue #3B5DDD

Tints of Royal Blue #3B5DDD

Color information

#3B5DDD (or 0x3B5DDD) is unknown color: approx Royal Blue. HEX triplet: 3B, 5D and DD. RGB value is (59,93,221). Sum of RGB (Red+Green+Blue) = 59+93+221=373 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.82% from 373); Green value is 93 (36.72% from 255 or 24.93% from 373); Blue value is 221 (86.72% from 255 or 59.25% from 373); Max value from RGB is 221 - color contains mainly: blue. Hex color #3B5DDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B5DDD is #C4A222. Grayscale: #606060. Windows color (decimal): -12886563 or 14507323. OLE color: 14507323.

HSL color Cylindrical-coordinate representation of color #3B5DDD: hue angle of 227.41º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3B5DDD is Cyan = 0.73, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB5993221-
CMYK0.730.5800.13
HSL227.41º70.43%54.9%-
HSV(B)227.41º73.3%86.67%-
XYZ18.7713.9870.12-
YUV97.43197.74100.59-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 15.82%
GREEN value IS 93 (36.72% from 255) = 24.93%
BLUE value IS 221 (86.72% from 255) = 59.25%
R=15.82%
G=24.93%
B=59.25%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal59932210.730.5800.13227.4170.4354.9
Hex3B5DDD493A0De34637
Octal731353351117201534310667
Binary111011101110111011101100100111101001101111000111000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B5DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,93,221); }

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

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

 a { background-color: rgb(59,93,221); }

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

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

 span { border-color: rgb(59,93,221); }

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