Html Css Color HEX #3D5FDB Royal Blue

📋 copy color: '#3D5FDB'

red 61 ◦ green 95 ◦ blue 219

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

Shades of Royal Blue #3D5FDB

Tints of Royal Blue #3D5FDB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.33%

 BLUE value IS 219 (85.94% from 255) = 58.4%

R = 16.27%
G = 25.33%
B = 58.4%

CMYK

 C value IS 0.72

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3D5FDB (or 0x3D5FDB) is known color: Royal Blue. HEX triplet: 3D, 5F and DB. RGB value is (61,95,219). Sum of RGB (Red+Green+Blue) = 61+95+219=375 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.27% from 375); Green value is 95 (37.5% from 255 or 25.33% from 375); Blue value is 219 (85.94% from 255 or 58.4% from 375); Max value from RGB is 219 - color contains mainly: blue. Hex color #3D5FDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D5FDB is #C2A024. Grayscale: #626262. Windows color (decimal): -12754981 or 14376765. OLE color: 14376765.

HSL color Cylindrical-coordinate representation of color #3D5FDB: hue angle of 227.09º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3D5FDB is Cyan = 0.72, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 61 95 219 -
CMYK 0.72 0.57 0 0.14
HSL 227.09º 0.69% 0.55% -
HSV(B) 227.09º 0.72% 0.86% -
XYZ 18.8 14.29 68.79 -
YUV 98.97 195.74 100.92 -
System Red Green Blue C M Y K H S L
Decimal 61 95 219 0.72 0.57 0 0.14 227.09 0.69 0.55
Hex 3D 5F DB 48 39 0 E E3 45 37
Octal 75 137 333 110 71 0 16 343 105 67
Binary 111101 1011111 11011011 1001000 111001 0 1110 11100011 1000101 110111

Color Harmonies of #3D5FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D5FDB

Black with #3D5FDB

Text Example


Text Example

White with #3D5FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,95,219); }

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

background-color css

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

 a { background-color: rgb(61,95,219); }

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

border-color css

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

 span { border-color: rgb(61,95,219); }

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