#3D65DF

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

Shades of Royal Blue #3D65DF

Tints of Royal Blue #3D65DF

Color information

#3D65DF (or 0x3D65DF) is unknown color: approx Royal Blue. HEX triplet: 3D, 65 and DF. RGB value is (61,101,223). Sum of RGB (Red+Green+Blue) = 61+101+223=385 (50% of max value = 765). Red value is 61 (24.22% from 255 or 15.84% from 385); Green value is 101 (39.84% from 255 or 26.23% from 385); Blue value is 223 (87.5% from 255 or 57.92% from 385); Max value from RGB is 223 - color contains mainly: blue. Hex color #3D65DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D65DF is #C29A20. Grayscale: #666666. Windows color (decimal): -12753441 or 14640445. OLE color: 14640445.

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

Color convert

RGB61101223-
CMYK0.730.5500.13
HSL225.19º71.68%55.69%-
HSV(B)225.19º72.65%87.45%-
XYZ19.915.6371.78-
YUV102.95195.7598.08-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 15.84%
GREEN value IS 101 (39.84% from 255) = 26.23%
BLUE value IS 223 (87.5% from 255) = 57.92%
R=15.84%
G=26.23%
B=57.92%

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
Decimal611012230.730.5500.13225.1971.6855.69
Hex3D65DF49370De14838
Octal751453371116701534111070
Binary111101110010111011111100100111011101101111000011001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D65DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,101,223); }

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

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

 a { background-color: rgb(61,101,223); }

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

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

 span { border-color: rgb(61,101,223); }

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