Html Css Color HEX #3564D5 Royal Blue

📋 copy color: '#3564D5'

red 53 ◦ green 100 ◦ blue 213

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

Shades of Royal Blue #3564D5

Tints of Royal Blue #3564D5

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.32%

 BLUE value IS 213 (83.59% from 255) = 58.2%

R = 14.48%
G = 27.32%
B = 58.2%

CMYK

 C value IS 0.75

 M value IS 0.53

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#3564D5 (or 0x3564D5) is known color: Royal Blue. HEX triplet: 35, 64 and D5. RGB value is (53,100,213). Sum of RGB (Red+Green+Blue) = 53+100+213=366 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.48% from 366); Green value is 100 (39.45% from 255 or 27.32% from 366); Blue value is 213 (83.59% from 255 or 58.20% from 366); Max value from RGB is 213 - color contains mainly: blue. Hex color #3564D5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3564D5 is #CA9B2A. Grayscale: #626262. Windows color (decimal): -13277995 or 13984821. OLE color: 13984821.

HSL color Cylindrical-coordinate representation of color #3564D5: hue angle of 222.38º 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 #3564D5 is Cyan = 0.75, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 53 100 213 -
CMYK 0.75 0.53 0 0.16
HSL 222.38º 0.66% 0.52% -
HSV(B) 222.38º 0.75% 0.84% -
XYZ 18.04 14.68 64.83 -
YUV 98.83 192.43 95.31 -
System Red Green Blue C M Y K H S L
Decimal 53 100 213 0.75 0.53 0 0.16 222.38 0.66 0.52
Hex 35 64 D5 4B 35 0 10 DE 42 34
Octal 65 144 325 113 65 0 20 336 102 64
Binary 110101 1100100 11010101 1001011 110101 0 10000 11011110 1000010 110100

Color Harmonies of #3564D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3564D5

Black with #3564D5

Text Example


Text Example

White with #3564D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3564D5; }

 p { color: rgb(53,100,213); }

 H1.HeaderClassName
 {
   color: #3564D5;
 }
 .AnyTagClassName
 {
   color: #3564D5;
 }
</style>

background-color css

<style>
 a { background-color: #3564D5; }

 a { background-color: rgb(53,100,213); }

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

border-color css

<style>
 span { border-color: #3564D5; }

 span { border-color: rgb(53,100,213); }

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