Html Css Color HEX #3D5DD5 Royal Blue

📋 copy color: '#3D5DD5'

red 61 ◦ green 93 ◦ blue 213

#3D5DD5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #3D5DD5

Tints of Royal Blue #3D5DD5

RGB

 RED value IS 61 (24.22% from 255) = 16.62%

 GREEN value IS 93 (36.72% from 255) = 25.34%

 BLUE value IS 213 (83.59% from 255) = 58.04%

R = 16.62%
G = 25.34%
B = 58.04%

CMYK

 C value IS 0.71

 M value IS 0.56

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#3D5DD5 (or 0x3D5DD5) is known color: Royal Blue. HEX triplet: 3D, 5D and D5. RGB value is (61,93,213). Sum of RGB (Red+Green+Blue) = 61+93+213=367 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.62% from 367); Green value is 93 (36.72% from 255 or 25.34% from 367); Blue value is 213 (83.59% from 255 or 58.04% from 367); Max value from RGB is 213 - color contains mainly: blue. Hex color #3D5DD5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D5DD5 is #C2A22A. Grayscale: #606060. Windows color (decimal): -12755499 or 13983037. OLE color: 13983037.

HSL color Cylindrical-coordinate representation of color #3D5DD5: hue angle of 227.37º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3D5DD5 is Cyan = 0.71, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 61 93 213 -
CMYK 0.71 0.56 0 0.16
HSL 227.37º 0.64% 0.54% -
HSV(B) 227.37º 0.71% 0.84% -
XYZ 17.85 13.62 64.64 -
YUV 97.11 193.4 102.24 -
System Red Green Blue C M Y K H S L
Decimal 61 93 213 0.71 0.56 0 0.16 227.37 0.64 0.54
Hex 3D 5D D5 47 38 0 10 E3 40 36
Octal 75 135 325 107 70 0 20 343 100 66
Binary 111101 1011101 11010101 1000111 111000 0 10000 11100011 1000000 110110

Color Harmonies of #3D5DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D5DD5

Black with #3D5DD5

Text Example


Text Example

White with #3D5DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,93,213); }

 H1.HeaderClassName
 {
   color: #3D5DD5;
 }
 .AnyTagClassName
 {
   color: #3D5DD5;
 }
</style>

background-color css

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

 a { background-color: rgb(61,93,213); }

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

border-color css

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

 span { border-color: rgb(61,93,213); }

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