#3B5AE0

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

Shades of Royal Blue #3B5AE0

Tints of Royal Blue #3B5AE0

Color information

#3B5AE0 (or 0x3B5AE0) is unknown color: approx Royal Blue. HEX triplet: 3B, 5A and E0. RGB value is (59,90,224). Sum of RGB (Red+Green+Blue) = 59+90+224=373 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.82% from 373); Green value is 90 (35.55% from 255 or 24.13% from 373); Blue value is 224 (87.89% from 255 or 60.05% from 373); Max value from RGB is 224 - color contains mainly: blue. Hex color #3B5AE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B5AE0 is #C4A51F. Grayscale: #5F5F5F. Windows color (decimal): -12887328 or 14703163. OLE color: 14703163.

HSL color Cylindrical-coordinate representation of color #3B5AE0: hue angle of 228.73º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3B5AE0 is Cyan = 0.74, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB5990224-
CMYK0.740.6000.12
HSL228.73º72.69%55.49%-
HSV(B)228.73º73.66%87.84%-
XYZ18.9113.6272.15-
YUV96.01200.23101.6-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 15.82%
GREEN value IS 90 (35.55% from 255) = 24.13%
BLUE value IS 224 (87.89% from 255) = 60.05%
R=15.82%
G=24.13%
B=60.05%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal59902240.740.6000.12228.7372.6955.49
Hex3B5AE04A3C0Ce54937
Octal731323401127401434511167
Binary111011101101011100000100101011110001100111001011001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B5AE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,90,224); }

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

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

 a { background-color: rgb(59,90,224); }

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

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

 span { border-color: rgb(59,90,224); }

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