Html Css Color HEX #3D6ADB Royal Blue

📋 copy color: '#3D6ADB'

red 61 ◦ green 106 ◦ blue 219

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

Shades of Royal Blue #3D6ADB

Tints of Royal Blue #3D6ADB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.46%

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

R = 15.8%
G = 27.46%
B = 56.74%

CMYK

 C value IS 0.72

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3D6ADB (or 0x3D6ADB) is known color: Royal Blue. HEX triplet: 3D, 6A and DB. RGB value is (61,106,219). Sum of RGB (Red+Green+Blue) = 61+106+219=386 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.80% from 386); Green value is 106 (41.80% from 255 or 27.46% from 386); Blue value is 219 (85.94% from 255 or 56.74% from 386); Max value from RGB is 219 - color contains mainly: blue. Hex color #3D6ADB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D6ADB is #C29524. Grayscale: #686868. Windows color (decimal): -12752165 or 14379581. OLE color: 14379581.

HSL color Cylindrical-coordinate representation of color #3D6ADB: hue angle of 222.91º 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 #3D6ADB is Cyan = 0.72, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 61 106 219 -
CMYK 0.72 0.52 0 0.14
HSL 222.91º 0.69% 0.55% -
HSV(B) 222.91º 0.72% 0.86% -
XYZ 19.86 16.41 69.14 -
YUV 105.43 192.09 96.31 -
System Red Green Blue C M Y K H S L
Decimal 61 106 219 0.72 0.52 0 0.14 222.91 0.69 0.55
Hex 3D 6A DB 48 34 0 E DF 45 37
Octal 75 152 333 110 64 0 16 337 105 67
Binary 111101 1101010 11011011 1001000 110100 0 1110 11011111 1000101 110111

Color Harmonies of #3D6ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D6ADB

Black with #3D6ADB

Text Example


Text Example

White with #3D6ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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