Html Css Color HEX #3564FF Royal Blue

📋 copy color: '#3564FF'

red 53 ◦ green 100 ◦ blue 255

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

Shades of Royal Blue #3564FF

Tints of Royal Blue #3564FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 62.5%

R = 12.99%
G = 24.51%
B = 62.5%

CMYK

 C value IS 0.79

 M value IS 0.61

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#3564FF (or 0x3564FF) is known color: Royal Blue. HEX triplet: 35, 64 and FF. RGB value is (53,100,255). Sum of RGB (Red+Green+Blue) = 53+100+255=408 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.99% from 408); Green value is 100 (39.45% from 255 or 24.51% from 408); Blue value is 255 (100% from 255 or 62.5% from 408); Max value from RGB is 255 - color contains mainly: blue. Hex color #3564FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3564FF is #CA9B00. Grayscale: #666666. Windows color (decimal): -13277953 or 16737333. OLE color: 16737333.

HSL color Cylindrical-coordinate representation of color #3564FF: hue angle of 226.04º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3564FF is Cyan = 0.79, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 53 100 255 -
CMYK 0.79 0.61 0 0
HSL 226.04º 1% 0.6% -
HSV(B) 226.04º 0.79% 1% -
XYZ 24.08 17.09 96.64 -
YUV 103.62 213.43 91.9 -
System Red Green Blue C M Y K H S L
Decimal 53 100 255 0.79 0.61 0 0 226.04 1 0.6
Hex 35 64 FF 4F 3D 0 0 E2 64 3C
Octal 65 144 377 117 75 0 0 342 144 74
Binary 110101 1100100 11111111 1001111 111101 0 0 11100010 1100100 111100

Color Harmonies of #3564FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3564FF

Black with #3564FF

Text Example


Text Example

White with #3564FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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