#3D68DD

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

Shades of Royal Blue #3D68DD

Tints of Royal Blue #3D68DD

Color information

#3D68DD (or 0x3D68DD) is unknown color: approx Royal Blue. HEX triplet: 3D, 68 and DD. RGB value is (61,104,221). Sum of RGB (Red+Green+Blue) = 61+104+221=386 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.80% from 386); Green value is 104 (41.02% from 255 or 26.94% from 386); Blue value is 221 (86.72% from 255 or 57.25% from 386); Max value from RGB is 221 - color contains mainly: blue. Hex color #3D68DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D68DD is #C29722. Grayscale: #676767. Windows color (decimal): -12752675 or 14510141. OLE color: 14510141.

HSL color Cylindrical-coordinate representation of color #3D68DD: hue angle of 223.88º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3D68DD is Cyan = 0.72, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB61104221-
CMYK0.720.5300.13
HSL223.88º70.18%55.29%-
HSV(B)223.88º72.4%86.67%-
XYZ19.9316.1170.47-
YUV104.48193.7596.99-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 15.80%
GREEN value IS 104 (41.02% from 255) = 26.94%
BLUE value IS 221 (86.72% from 255) = 57.25%
R=15.80%
G=26.94%
B=57.25%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal611042210.720.5300.13223.8870.1855.29
Hex3D68DD48350De04637
Octal751503351106501534010667
Binary111101110100011011101100100011010101101111000001000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D68DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,104,221); }

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

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

 a { background-color: rgb(61,104,221); }

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

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

 span { border-color: rgb(61,104,221); }

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