Html Css Color HEX #3D5FDF Royal Blue

📋 copy color: '#3D5FDF'

red 61 ◦ green 95 ◦ blue 223

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

Shades of Royal Blue #3D5FDF

Tints of Royal Blue #3D5FDF

RGB

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

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

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

R = 16.09%
G = 25.07%
B = 58.84%

CMYK

 C value IS 0.73

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3D5FDF (or 0x3D5FDF) is known color: Royal Blue. HEX triplet: 3D, 5F and DF. RGB value is (61,95,223). Sum of RGB (Red+Green+Blue) = 61+95+223=379 (50% of max value = 765). Red value is 61 (24.22% from 255 or 16.09% from 379); Green value is 95 (37.5% from 255 or 25.07% from 379); Blue value is 223 (87.5% from 255 or 58.84% from 379); Max value from RGB is 223 - color contains mainly: blue. Hex color #3D5FDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D5FDF is #C2A020. Grayscale: #626262. Windows color (decimal): -12754977 or 14638909. OLE color: 14638909.

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

Color convert

RGB 61 95 223 -
CMYK 0.73 0.57 0 0.13
HSL 227.41º 0.72% 0.56% -
HSV(B) 227.41º 0.73% 0.87% -
XYZ 19.34 14.5 71.59 -
YUV 99.43 197.74 100.59 -
System Red Green Blue C M Y K H S L
Decimal 61 95 223 0.73 0.57 0 0.13 227.41 0.72 0.56
Hex 3D 5F DF 49 39 0 D E3 48 38
Octal 75 137 337 111 71 0 15 343 110 70
Binary 111101 1011111 11011111 1001001 111001 0 1101 11100011 1001000 111000

Color Harmonies of #3D5FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D5FDF

Black with #3D5FDF

Text Example


Text Example

White with #3D5FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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