#3B8AE0

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

Shades of Royal Blue #3B8AE0

Tints of Royal Blue #3B8AE0

Color information

#3B8AE0 (or 0x3B8AE0) is unknown color: approx Royal Blue. HEX triplet: 3B, 8A and E0. RGB value is (59,138,224). Sum of RGB (Red+Green+Blue) = 59+138+224=421 (55% of max value = 765). Red value is 59 (23.44% from 255 or 14.01% from 421); Green value is 138 (54.30% from 255 or 32.78% from 421); Blue value is 224 (87.89% from 255 or 53.21% from 421); Max value from RGB is 224 - color contains mainly: blue. Hex color #3B8AE0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3B8AE0 is #C4751F. Grayscale: #7B7B7B. Windows color (decimal): -12875040 or 14715451. OLE color: 14715451.

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

Color convert

RGB59138224-
CMYK0.740.3800.12
HSL211.27º72.69%55.49%-
HSV(B)211.27º73.66%87.84%-
XYZ24.3524.4973.96-
YUV124.18184.3381.51-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 14.01%
GREEN value IS 138 (54.30% from 255) = 32.78%
BLUE value IS 224 (87.89% from 255) = 53.21%
R=14.01%
G=32.78%
B=53.21%

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
Decimal591382240.740.3800.12211.2772.6955.49
Hex3B8AE04A260Cd34937
Octal732123401124601432311167
Binary1110111000101011100000100101010011001100110100111001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B8AE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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