Html Css Color HEX #3564EB Royal Blue

📋 copy color: '#3564EB'

red 53 ◦ green 100 ◦ blue 235

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

Shades of Royal Blue #3564EB

Tints of Royal Blue #3564EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 60.57%

R = 13.66%
G = 25.77%
B = 60.57%

CMYK

 C value IS 0.77

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#3564EB (or 0x3564EB) is known color: Royal Blue. HEX triplet: 35, 64 and EB. RGB value is (53,100,235). Sum of RGB (Red+Green+Blue) = 53+100+235=388 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.66% from 388); Green value is 100 (39.45% from 255 or 25.77% from 388); Blue value is 235 (92.19% from 255 or 60.57% from 388); Max value from RGB is 235 - color contains mainly: blue. Hex color #3564EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3564EB is #CA9B14. Grayscale: #646464. Windows color (decimal): -13277973 or 15426613. OLE color: 15426613.

HSL color Cylindrical-coordinate representation of color #3564EB: hue angle of 224.51º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3564EB is Cyan = 0.77, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 53 100 235 -
CMYK 0.77 0.57 0 0.08
HSL 224.51º 0.82% 0.56% -
HSV(B) 224.51º 0.77% 0.92% -
XYZ 21.02 15.87 80.55 -
YUV 101.34 203.43 93.52 -
System Red Green Blue C M Y K H S L
Decimal 53 100 235 0.77 0.57 0 0.08 224.51 0.82 0.56
Hex 35 64 EB 4D 39 0 8 E1 52 38
Octal 65 144 353 115 71 0 10 341 122 70
Binary 110101 1100100 11101011 1001101 111001 0 1000 11100001 1010010 111000

Color Harmonies of #3564EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3564EB

Black with #3564EB

Text Example


Text Example

White with #3564EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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