#3D64DE

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

Shades of Royal Blue #3D64DE

Tints of Royal Blue #3D64DE

Color information

#3D64DE (or 0x3D64DE) is unknown color: approx Royal Blue. HEX triplet: 3D, 64 and DE. RGB value is (61,100,222). Sum of RGB (Red+Green+Blue) = 61+100+222=383 (50% of max value = 765). Red value is 61 (24.22% from 255 or 15.93% from 383); Green value is 100 (39.45% from 255 or 26.11% from 383); Blue value is 222 (87.11% from 255 or 57.96% from 383); Max value from RGB is 222 - color contains mainly: blue. Hex color #3D64DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D64DE is #C29B21. Grayscale: #656565. Windows color (decimal): -12753698 or 14574653. OLE color: 14574653.

HSL color Cylindrical-coordinate representation of color #3D64DE: hue angle of 225.47º 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 #3D64DE is Cyan = 0.73, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB61100222-
CMYK0.730.5500.13
HSL225.47º70.93%55.49%-
HSV(B)225.47º72.52%87.06%-
XYZ19.6715.3871.04-
YUV102.25195.5898.58-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 15.93%
GREEN value IS 100 (39.45% from 255) = 26.11%
BLUE value IS 222 (87.11% from 255) = 57.96%
R=15.93%
G=26.11%
B=57.96%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal611002220.730.5500.13225.4770.9355.49
Hex3D64DE49370De14737
Octal751443361116701534110767
Binary111101110010011011110100100111011101101111000011000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D64DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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