Html Css Color HEX #3D5EDF Royal Blue

📋 copy color: '#3D5EDF'

red 61 ◦ green 94 ◦ blue 223

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

Shades of Royal Blue #3D5EDF

Tints of Royal Blue #3D5EDF

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.87%

 BLUE value IS 223 (87.5% from 255) = 58.99%

R = 16.14%
G = 24.87%
B = 58.99%

CMYK

 C value IS 0.73

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3D5EDF (or 0x3D5EDF) is known color: Royal Blue. HEX triplet: 3D, 5E and DF. RGB value is (61,94,223). Sum of RGB (Red+Green+Blue) = 61+94+223=378 (50% of max value = 765). Red value is 61 (24.22% from 255 or 16.14% from 378); Green value is 94 (37.11% from 255 or 24.87% from 378); Blue value is 223 (87.5% from 255 or 58.99% from 378); Max value from RGB is 223 - color contains mainly: blue. Hex color #3D5EDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D5EDF is #C2A120. Grayscale: #626262. Windows color (decimal): -12755233 or 14638653. OLE color: 14638653.

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

Color convert

RGB 61 94 223 -
CMYK 0.73 0.58 0 0.13
HSL 227.78º 0.72% 0.56% -
HSV(B) 227.78º 0.73% 0.87% -
XYZ 19.25 14.33 71.56 -
YUV 98.84 198.07 101.01 -
System Red Green Blue C M Y K H S L
Decimal 61 94 223 0.73 0.58 0 0.13 227.78 0.72 0.56
Hex 3D 5E DF 49 3A 0 D E4 48 38
Octal 75 136 337 111 72 0 15 344 110 70
Binary 111101 1011110 11011111 1001001 111010 0 1101 11100100 1001000 111000

Color Harmonies of #3D5EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D5EDF

Black with #3D5EDF

Text Example


Text Example

White with #3D5EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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