Html Css Color HEX #3D6DD8 Royal Blue

📋 copy color: '#3D6DD8'

red 61 ◦ green 109 ◦ blue 216

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

Shades of Royal Blue #3D6DD8

Tints of Royal Blue #3D6DD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 55.96%

R = 15.8%
G = 28.24%
B = 55.96%

CMYK

 C value IS 0.72

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#3D6DD8 (or 0x3D6DD8) is known color: Royal Blue. HEX triplet: 3D, 6D and D8. RGB value is (61,109,216). Sum of RGB (Red+Green+Blue) = 61+109+216=386 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.80% from 386); Green value is 109 (42.97% from 255 or 28.24% from 386); Blue value is 216 (84.77% from 255 or 55.96% from 386); Max value from RGB is 216 - color contains mainly: blue. Hex color #3D6DD8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D6DD8 is #C29227. Grayscale: #6A6A6A. Windows color (decimal): -12751400 or 14183741. OLE color: 14183741.

HSL color Cylindrical-coordinate representation of color #3D6DD8: hue angle of 221.42º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3D6DD8 is Cyan = 0.72, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 61 109 216 -
CMYK 0.72 0.50 0 0.15
HSL 221.42º 0.67% 0.54% -
HSV(B) 221.42º 0.72% 0.85% -
XYZ 19.79 16.89 67.18 -
YUV 106.85 189.6 95.3 -
System Red Green Blue C M Y K H S L
Decimal 61 109 216 0.72 0.50 0 0.15 221.42 0.67 0.54
Hex 3D 6D D8 48 32 0 F DD 43 36
Octal 75 155 330 110 62 0 17 335 103 66
Binary 111101 1101101 11011000 1001000 110010 0 1111 11011101 1000011 110110

Color Harmonies of #3D6DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D6DD8

Black with #3D6DD8

Text Example


Text Example

White with #3D6DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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