Html Css Color HEX #3569DC Royal Blue

📋 copy color: '#3569DC'

red 53 ◦ green 105 ◦ blue 220

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

Shades of Royal Blue #3569DC

Tints of Royal Blue #3569DC

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.78%

 BLUE value IS 220 (86.33% from 255) = 58.2%

R = 14.02%
G = 27.78%
B = 58.2%

CMYK

 C value IS 0.76

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3569DC (or 0x3569DC) is known color: Royal Blue. HEX triplet: 35, 69 and DC. RGB value is (53,105,220). Sum of RGB (Red+Green+Blue) = 53+105+220=378 (50% of max value = 765). Red value is 53 (21.09% from 255 or 14.02% from 378); Green value is 105 (41.41% from 255 or 27.78% from 378); Blue value is 220 (86.33% from 255 or 58.20% from 378); Max value from RGB is 220 - color contains mainly: blue. Hex color #3569DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3569DC is #CA9623. Grayscale: #666666. Windows color (decimal): -13276708 or 14444853. OLE color: 14444853.

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

Color convert

RGB 53 105 220 -
CMYK 0.76 0.52 0 0.14
HSL 221.32º 0.7% 0.54% -
HSV(B) 221.32º 0.76% 0.86% -
XYZ 19.44 16.03 69.78 -
YUV 102.56 194.27 92.65 -
System Red Green Blue C M Y K H S L
Decimal 53 105 220 0.76 0.52 0 0.14 221.32 0.7 0.54
Hex 35 69 DC 4C 34 0 E DD 46 36
Octal 65 151 334 114 64 0 16 335 106 66
Binary 110101 1101001 11011100 1001100 110100 0 1110 11011101 1000110 110110

Color Harmonies of #3569DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3569DC

Black with #3569DC

Text Example


Text Example

White with #3569DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3569DC; }

 p { color: rgb(53,105,220); }

 H1.HeaderClassName
 {
   color: #3569DC;
 }
 .AnyTagClassName
 {
   color: #3569DC;
 }
</style>

background-color css

<style>
 a { background-color: #3569DC; }

 a { background-color: rgb(53,105,220); }

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

border-color css

<style>
 span { border-color: #3569DC; }

 span { border-color: rgb(53,105,220); }

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