Html Css Color HEX #3560DB Royal Blue

📋 copy color: '#3560DB'

red 53 ◦ green 96 ◦ blue 219

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

Shades of Royal Blue #3560DB

Tints of Royal Blue #3560DB

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.09%

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

R = 14.4%
G = 26.09%
B = 59.51%

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

#3560DB (or 0x3560DB) is known color: Royal Blue. HEX triplet: 35, 60 and DB. RGB value is (53,96,219). Sum of RGB (Red+Green+Blue) = 53+96+219=368 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.40% from 368); Green value is 96 (37.89% from 255 or 26.09% from 368); Blue value is 219 (85.94% from 255 or 59.51% from 368); Max value from RGB is 219 - color contains mainly: blue. Hex color #3560DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3560DB is #CA9F24. Grayscale: #606060. Windows color (decimal): -13279013 or 14377013. OLE color: 14377013.

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

Color convert

RGB 53 96 219 -
CMYK 0.76 0.56 0 0.14
HSL 224.46º 0.7% 0.53% -
HSV(B) 224.46º 0.76% 0.86% -
XYZ 18.44 14.24 68.79 -
YUV 97.17 196.75 96.5 -
System Red Green Blue C M Y K H S L
Decimal 53 96 219 0.76 0.56 0 0.14 224.46 0.7 0.53
Hex 35 60 DB 4C 38 0 E E0 46 35
Octal 65 140 333 114 70 0 16 340 106 65
Binary 110101 1100000 11011011 1001100 111000 0 1110 11100000 1000110 110101

Color Harmonies of #3560DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3560DB

Black with #3560DB

Text Example


Text Example

White with #3560DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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