#3D81DB

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

Shades of Royal Blue #3D81DB

Tints of Royal Blue #3D81DB

Color information

#3D81DB (or 0x3D81DB) is unknown color: approx Royal Blue. HEX triplet: 3D, 81 and DB. RGB value is (61,129,219). Sum of RGB (Red+Green+Blue) = 61+129+219=409 (54% of max value = 765). Red value is 61 (24.22% from 255 or 14.91% from 409); Green value is 129 (50.78% from 255 or 31.54% from 409); Blue value is 219 (85.94% from 255 or 53.55% from 409); Max value from RGB is 219 - color contains mainly: blue. Hex color #3D81DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3D81DB is #C27E24. Grayscale: #767676. Windows color (decimal): -12746277 or 14385469. OLE color: 14385469.

HSL color Cylindrical-coordinate representation of color #3D81DB: hue angle of 214.18º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3D81DB is Cyan = 0.72, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB61129219-
CMYK0.720.4100.14
HSL214.18º68.7%54.9%-
HSV(B)214.18º72.15%85.88%-
XYZ22.5621.8170.04-
YUV118.93184.4786.68-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 14.91%
GREEN value IS 129 (50.78% from 255) = 31.54%
BLUE value IS 219 (85.94% from 255) = 53.55%
R=14.91%
G=31.54%
B=53.55%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal611292190.720.4100.14214.1868.754.9
Hex3D81DB48290Ed64537
Octal752013331105101632610567
Binary1111011000000111011011100100010100101110110101101000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D81DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,129,219); }

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

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

 a { background-color: rgb(61,129,219); }

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

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

 span { border-color: rgb(61,129,219); }

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