Html Css Color HEX #3D6DF1 Royal Blue

📋 copy color: '#3D6DF1'

red 61 ◦ green 109 ◦ blue 241

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

Shades of Royal Blue #3D6DF1

Tints of Royal Blue #3D6DF1

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.52%

 BLUE value IS 241 (94.53% from 255) = 58.64%

R = 14.84%
G = 26.52%
B = 58.64%

CMYK

 C value IS 0.75

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#3D6DF1 (or 0x3D6DF1) is known color: Royal Blue. HEX triplet: 3D, 6D and F1. RGB value is (61,109,241). Sum of RGB (Red+Green+Blue) = 61+109+241=411 (54% of max value = 765). Red value is 61 (24.22% from 255 or 14.84% from 411); Green value is 109 (42.97% from 255 or 26.52% from 411); Blue value is 241 (94.53% from 255 or 58.64% from 411); Max value from RGB is 241 - color contains mainly: blue. Hex color #3D6DF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3D6DF1 is #C2920E. Grayscale: #6D6D6D. Windows color (decimal): -12751375 or 15822141. OLE color: 15822141.

HSL color Cylindrical-coordinate representation of color #3D6DF1: hue angle of 224º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3D6DF1 is Cyan = 0.75, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 61 109 241 -
CMYK 0.75 0.55 0 0.05
HSL 224º 0.87% 0.59% -
HSV(B) 224º 0.75% 0.95% -
XYZ 23.27 18.28 85.52 -
YUV 109.7 202.1 93.27 -
System Red Green Blue C M Y K H S L
Decimal 61 109 241 0.75 0.55 0 0.05 224 0.87 0.59
Hex 3D 6D F1 4B 37 0 5 E0 57 3B
Octal 75 155 361 113 67 0 5 340 127 73
Binary 111101 1101101 11110001 1001011 110111 0 101 11100000 1010111 111011

Color Harmonies of #3D6DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D6DF1

Black with #3D6DF1

Text Example


Text Example

White with #3D6DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,109,241); }

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

background-color css

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

 a { background-color: rgb(61,109,241); }

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

border-color css

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

 span { border-color: rgb(61,109,241); }

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