Html Css Color HEX #3D7ADB Royal Blue

📋 copy color: '#3D7ADB'

red 61 ◦ green 122 ◦ blue 219

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

Shades of Royal Blue #3D7ADB

Tints of Royal Blue #3D7ADB

RGB

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

 GREEN value IS 122 (48.05% from 255) = 30.35%

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

R = 15.17%
G = 30.35%
B = 54.48%

CMYK

 C value IS 0.72

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3D7ADB (or 0x3D7ADB) is known color: Royal Blue. HEX triplet: 3D, 7A and DB. RGB value is (61,122,219). Sum of RGB (Red+Green+Blue) = 61+122+219=402 (53% of max value = 765). Red value is 61 (24.22% from 255 or 15.17% from 402); Green value is 122 (48.05% from 255 or 30.35% from 402); Blue value is 219 (85.94% from 255 or 54.48% from 402); Max value from RGB is 219 - color contains mainly: blue. Hex color #3D7ADB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D7ADB is #C28524. Grayscale: #727272. Windows color (decimal): -12748069 or 14383677. OLE color: 14383677.

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

Color convert

RGB 61 122 219 -
CMYK 0.72 0.44 0 0.14
HSL 216.84º 0.69% 0.55% -
HSV(B) 216.84º 0.72% 0.86% -
XYZ 21.67 20.03 69.74 -
YUV 114.82 186.79 89.61 -
System Red Green Blue C M Y K H S L
Decimal 61 122 219 0.72 0.44 0 0.14 216.84 0.69 0.55
Hex 3D 7A DB 48 2C 0 E D9 45 37
Octal 75 172 333 110 54 0 16 331 105 67
Binary 111101 1111010 11011011 1001000 101100 0 1110 11011001 1000101 110111

Color Harmonies of #3D7ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D7ADB

Black with #3D7ADB

Text Example


Text Example

White with #3D7ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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