#3d8ae0

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

Shades of Royal Blue #3D8AE0

Tints of Royal Blue #3D8AE0

Color information

#3D8AE0 (or 0x3D8AE0) is unknown color: approx Royal Blue. HEX triplet: 3D, 8A and E0. RGB value is (61,138,224). Sum of RGB (Red+Green+Blue) = 61+138+224=423 (56% of max value = 765). Red value is 61 (24.22% from 255 or 14.42% from 423); Green value is 138 (54.30% from 255 or 32.62% 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 #3D8AE0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3D8AE0 is #C2751F. Grayscale: #7C7C7C. Windows color (decimal): -12743968 or 14715453. OLE color: 14715453.

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

Color convert

RGB61138224-
CMYK0.730.3800.12
HSL211.66º72.44%55.88%-
HSV(B)211.66º72.77%87.84%-
XYZ24.4724.5573.97-
YUV124.78183.9982.51-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 14.42%
GREEN value IS 138 (54.30% from 255) = 32.62%
BLUE value IS 224 (87.89% from 255) = 52.96%
R=14.42%
G=32.62%
B=52.96%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal611382240.730.3800.12211.6672.4455.88
Hex3D8AE049260Cd44838
Octal752123401114601432411070
Binary1111011000101011100000100100110011001100110101001001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3d8ae0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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