Html Css Color HEX #3561DB Royal Blue

📋 copy color: '#3561DB'

red 53 ◦ green 97 ◦ blue 219

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

Shades of Royal Blue #3561DB

Tints of Royal Blue #3561DB

RGB

 RED value IS 53 (21.09% from 255) = 14.36%

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

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

R = 14.36%
G = 26.29%
B = 59.35%

CMYK

 C value IS 0.76

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3561DB (or 0x3561DB) is known color: Royal Blue. HEX triplet: 35, 61 and DB. RGB value is (53,97,219). Sum of RGB (Red+Green+Blue) = 53+97+219=369 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.36% from 369); Green value is 97 (38.28% from 255 or 26.29% from 369); Blue value is 219 (85.94% from 255 or 59.35% from 369); Max value from RGB is 219 - color contains mainly: blue. Hex color #3561DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3561DB is #CA9E24. Grayscale: #616161. Windows color (decimal): -13278757 or 14377269. OLE color: 14377269.

HSL color Cylindrical-coordinate representation of color #3561DB: hue angle of 224.1º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3561DB is Cyan = 0.76, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 53 97 219 -
CMYK 0.76 0.56 0 0.14
HSL 224.1º 0.7% 0.53% -
HSV(B) 224.1º 0.76% 0.86% -
XYZ 18.53 14.42 68.82 -
YUV 97.75 196.42 96.08 -
System Red Green Blue C M Y K H S L
Decimal 53 97 219 0.76 0.56 0 0.14 224.1 0.7 0.53
Hex 35 61 DB 4C 38 0 E E0 46 35
Octal 65 141 333 114 70 0 16 340 106 65
Binary 110101 1100001 11011011 1001100 111000 0 1110 11100000 1000110 110101

Color Harmonies of #3561DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3561DB

Black with #3561DB

Text Example


Text Example

White with #3561DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3561DB; }

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

 H1.HeaderClassName
 {
   color: #3561DB;
 }
 .AnyTagClassName
 {
   color: #3561DB;
 }
</style>

background-color css

<style>
 a { background-color: #3561DB; }

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

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

border-color css

<style>
 span { border-color: #3561DB; }

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

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