#3b55e4

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

Shades of Royal Blue #3B55E4

Tints of Royal Blue #3B55E4

Color information

#3B55E4 (or 0x3B55E4) is unknown color: approx Royal Blue. HEX triplet: 3B, 55 and E4. RGB value is (59,85,228). Sum of RGB (Red+Green+Blue) = 59+85+228=372 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.86% from 372); Green value is 85 (33.59% from 255 or 22.85% from 372); Blue value is 228 (89.45% from 255 or 61.29% from 372); Max value from RGB is 228 - color contains mainly: blue. Hex color #3B55E4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B55E4 is #C4AA1B. Grayscale: #5C5C5C. Windows color (decimal): -12888604 or 14964027. OLE color: 14964027.

HSL color Cylindrical-coordinate representation of color #3B55E4: hue angle of 230.77º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3B55E4 is Cyan = 0.74, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB5985228-
CMYK0.740.6300.11
HSL230.77º75.78%56.27%-
HSV(B)230.77º74.12%89.41%-
XYZ19.0613.0374.91-
YUV93.53203.89103.37-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 15.86%
GREEN value IS 85 (33.59% from 255) = 22.85%
BLUE value IS 228 (89.45% from 255) = 61.29%
R=15.86%
G=22.85%
B=61.29%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal59852280.740.6300.11230.7775.7856.27
Hex3B55E44A3F0Be74c38
Octal731253441127701334711470
Binary111011101010111100100100101011111101011111001111001100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3b55e4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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