#3D66DE

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

Shades of Royal Blue #3D66DE

Tints of Royal Blue #3D66DE

Color information

#3D66DE (or 0x3D66DE) is unknown color: approx Royal Blue. HEX triplet: 3D, 66 and DE. RGB value is (61,102,222). Sum of RGB (Red+Green+Blue) = 61+102+222=385 (50% of max value = 765). Red value is 61 (24.22% from 255 or 15.84% from 385); Green value is 102 (40.23% from 255 or 26.49% from 385); Blue value is 222 (87.11% from 255 or 57.66% from 385); Max value from RGB is 222 - color contains mainly: blue. Hex color #3D66DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D66DE is #C29921. Grayscale: #666666. Windows color (decimal): -12753186 or 14575165. OLE color: 14575165.

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

Color convert

RGB61102222-
CMYK0.730.5400.13
HSL224.72º70.93%55.49%-
HSV(B)224.72º72.52%87.06%-
XYZ19.8615.7771.1-
YUV103.42194.9297.74-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 15.84%
GREEN value IS 102 (40.23% from 255) = 26.49%
BLUE value IS 222 (87.11% from 255) = 57.66%
R=15.84%
G=26.49%
B=57.66%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal611022220.730.5400.13224.7270.9355.49
Hex3D66DE49360De14737
Octal751463361116601534110767
Binary111101110011011011110100100111011001101111000011000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D66DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,102,222); }

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

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

 a { background-color: rgb(61,102,222); }

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

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

 span { border-color: rgb(61,102,222); }

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