#3b8ce0

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

Shades of Royal Blue #3B8CE0

Tints of Royal Blue #3B8CE0

Color information

#3B8CE0 (or 0x3B8CE0) is unknown color: approx Royal Blue. HEX triplet: 3B, 8C and E0. RGB value is (59,140,224). Sum of RGB (Red+Green+Blue) = 59+140+224=423 (56% of max value = 765). Red value is 59 (23.44% from 255 or 13.95% from 423); Green value is 140 (55.08% from 255 or 33.10% from 423); Blue value is 224 (87.89% from 255 or 52.96% from 423); Max value from RGB is 224 - color contains mainly: blue. Hex color #3B8CE0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3B8CE0 is #C4731F. Grayscale: #7C7C7C. Windows color (decimal): -12874528 or 14715963. OLE color: 14715963.

HSL color Cylindrical-coordinate representation of color #3B8CE0: hue angle of 210.55º 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 #3B8CE0 is Cyan = 0.74, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB59140224-
CMYK0.740.3800.12
HSL210.55º72.69%55.49%-
HSV(B)210.55º73.66%87.84%-
XYZ24.6425.0774.06-
YUV125.36183.6680.67-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 13.95%
GREEN value IS 140 (55.08% from 255) = 33.10%
BLUE value IS 224 (87.89% from 255) = 52.96%
R=13.95%
G=33.10%
B=52.96%

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
Decimal591402240.740.3800.12210.5572.6955.49
Hex3B8CE04A260Cd34937
Octal732143401124601432311167
Binary1110111000110011100000100101010011001100110100111001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3b8ce0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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