#3B8BE1

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

Shades of Royal Blue #3B8BE1

Tints of Royal Blue #3B8BE1

Color information

#3B8BE1 (or 0x3B8BE1) is unknown color: approx Royal Blue. HEX triplet: 3B, 8B and E1. RGB value is (59,139,225). Sum of RGB (Red+Green+Blue) = 59+139+225=423 (56% of max value = 765). Red value is 59 (23.44% from 255 or 13.95% from 423); Green value is 139 (54.69% from 255 or 32.86% from 423); Blue value is 225 (88.28% from 255 or 53.19% from 423); Max value from RGB is 225 - color contains mainly: blue. Hex color #3B8BE1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3B8BE1 is #C4741E. Grayscale: #7C7C7C. Windows color (decimal): -12874783 or 14781243. OLE color: 14781243.

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

Color convert

RGB59139225-
CMYK0.740.3800.12
HSL211.08º73.45%55.69%-
HSV(B)211.08º73.78%88.24%-
XYZ24.6324.8374.73-
YUV124.88184.581.01-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 13.95%
GREEN value IS 139 (54.69% from 255) = 32.86%
BLUE value IS 225 (88.28% from 255) = 53.19%
R=13.95%
G=32.86%
B=53.19%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal591392250.740.3800.12211.0873.4555.69
Hex3B8BE14A260Cd34938
Octal732133411124601432311170
Binary1110111000101111100001100101010011001100110100111001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B8BE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,139,225); }

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

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

 a { background-color: rgb(59,139,225); }

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

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

 span { border-color: rgb(59,139,225); }

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