Html Css Color HEX #3D61DB Royal Blue

📋 copy color: '#3D61DB'

red 61 ◦ green 97 ◦ blue 219

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

Shades of Royal Blue #3D61DB

Tints of Royal Blue #3D61DB

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.73%

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

R = 16.18%
G = 25.73%
B = 58.09%

CMYK

 C value IS 0.72

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3D61DB (or 0x3D61DB) is known color: Royal Blue. HEX triplet: 3D, 61 and DB. RGB value is (61,97,219). Sum of RGB (Red+Green+Blue) = 61+97+219=377 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.18% from 377); Green value is 97 (38.28% from 255 or 25.73% from 377); Blue value is 219 (85.94% from 255 or 58.09% from 377); Max value from RGB is 219 - color contains mainly: blue. Hex color #3D61DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D61DB is #C29E24. Grayscale: #636363. Windows color (decimal): -12754469 or 14377277. OLE color: 14377277.

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

Color convert

RGB 61 97 219 -
CMYK 0.72 0.56 0 0.14
HSL 226.33º 0.69% 0.55% -
HSV(B) 226.33º 0.72% 0.86% -
XYZ 18.99 14.66 68.85 -
YUV 100.14 195.07 100.08 -
System Red Green Blue C M Y K H S L
Decimal 61 97 219 0.72 0.56 0 0.14 226.33 0.69 0.55
Hex 3D 61 DB 48 38 0 E E2 45 37
Octal 75 141 333 110 70 0 16 342 105 67
Binary 111101 1100001 11011011 1001000 111000 0 1110 11100010 1000101 110111

Color Harmonies of #3D61DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D61DB

Black with #3D61DB

Text Example


Text Example

White with #3D61DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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