Html Css Color HEX #3560D6 Royal Blue

📋 copy color: '#3560D6'

red 53 ◦ green 96 ◦ blue 214

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

Shades of Royal Blue #3560D6

Tints of Royal Blue #3560D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 58.95%

R = 14.6%
G = 26.45%
B = 58.95%

CMYK

 C value IS 0.75

 M value IS 0.55

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#3560D6 (or 0x3560D6) is known color: Royal Blue. HEX triplet: 35, 60 and D6. RGB value is (53,96,214). Sum of RGB (Red+Green+Blue) = 53+96+214=363 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.60% from 363); Green value is 96 (37.89% from 255 or 26.45% from 363); Blue value is 214 (83.98% from 255 or 58.95% from 363); Max value from RGB is 214 - color contains mainly: blue. Hex color #3560D6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3560D6 is #CA9F29. Grayscale: #606060. Windows color (decimal): -13279018 or 14049333. OLE color: 14049333.

HSL color Cylindrical-coordinate representation of color #3560D6: hue angle of 223.98º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3560D6 is Cyan = 0.75, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 53 96 214 -
CMYK 0.75 0.55 0 0.16
HSL 223.98º 0.66% 0.52% -
HSV(B) 223.98º 0.75% 0.84% -
XYZ 17.79 13.98 65.38 -
YUV 96.6 194.25 96.91 -
System Red Green Blue C M Y K H S L
Decimal 53 96 214 0.75 0.55 0 0.16 223.98 0.66 0.52
Hex 35 60 D6 4B 37 0 10 E0 42 34
Octal 65 140 326 113 67 0 20 340 102 64
Binary 110101 1100000 11010110 1001011 110111 0 10000 11100000 1000010 110100

Color Harmonies of #3560D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3560D6

Black with #3560D6

Text Example


Text Example

White with #3560D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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