#3B58EB

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

Shades of Royal Blue #3B58EB

Tints of Royal Blue #3B58EB

Color information

#3B58EB (or 0x3B58EB) is unknown color: approx Royal Blue. HEX triplet: 3B, 58 and EB. RGB value is (59,88,235). Sum of RGB (Red+Green+Blue) = 59+88+235=382 (50% of max value = 765). Red value is 59 (23.44% from 255 or 15.45% from 382); Green value is 88 (34.77% from 255 or 23.04% from 382); Blue value is 235 (92.19% from 255 or 61.52% from 382); Max value from RGB is 235 - color contains mainly: blue. Hex color #3B58EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3B58EB is #C4A714. Grayscale: #5F5F5F. Windows color (decimal): -12887829 or 15423547. OLE color: 15423547.

HSL color Cylindrical-coordinate representation of color #3B58EB: hue angle of 230.11º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3B58EB is Cyan = 0.75, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB5988235-
CMYK0.750.6300.08
HSL230.11º81.48%57.65%-
HSV(B)230.11º74.89%92.16%-
XYZ20.2913.9180.21-
YUV96.09206.39101.55-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 15.45%
GREEN value IS 88 (34.77% from 255) = 23.04%
BLUE value IS 235 (92.19% from 255) = 61.52%
R=15.45%
G=23.04%
B=61.52%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal59882350.750.6300.08230.1181.4857.65
Hex3B58EB4B3F08e6513a
Octal731303531137701034612172
Binary111011101100011101011100101111111101000111001101010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B58EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,88,235); }

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

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

 a { background-color: rgb(59,88,235); }

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

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

 span { border-color: rgb(59,88,235); }

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