#3D65D8

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

Shades of Royal Blue #3D65D8

Tints of Royal Blue #3D65D8

Color information

#3D65D8 (or 0x3D65D8) is unknown color: approx Royal Blue. HEX triplet: 3D, 65 and D8. RGB value is (61,101,216). Sum of RGB (Red+Green+Blue) = 61+101+216=378 (50% of max value = 765). Red value is 61 (24.22% from 255 or 16.14% from 378); Green value is 101 (39.84% from 255 or 26.72% from 378); Blue value is 216 (84.77% from 255 or 57.14% from 378); Max value from RGB is 216 - color contains mainly: blue. Hex color #3D65D8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D65D8 is #C29A27. Grayscale: #656565. Windows color (decimal): -12753448 or 14181693. OLE color: 14181693.

HSL color Cylindrical-coordinate representation of color #3D65D8: hue angle of 224.52º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3D65D8 is Cyan = 0.72, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB61101216-
CMYK0.720.5300.15
HSL224.52º66.52%54.31%-
HSV(B)224.52º71.76%84.71%-
XYZ18.9715.2666.91-
YUV102.15192.2598.65-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.14%
GREEN value IS 101 (39.84% from 255) = 26.72%
BLUE value IS 216 (84.77% from 255) = 57.14%
R=16.14%
G=26.72%
B=57.14%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal611012160.720.5300.15224.5266.5254.31
Hex3D65D848350Fe14336
Octal751453301106501734110366
Binary111101110010111011000100100011010101111111000011000011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D65D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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