Html Css Color HEX #3564DA Royal Blue

📋 copy color: '#3564DA'

red 53 ◦ green 100 ◦ blue 218

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

Shades of Royal Blue #3564DA

Tints of Royal Blue #3564DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 58.76%

R = 14.29%
G = 26.95%
B = 58.76%

CMYK

 C value IS 0.76

 M value IS 0.54

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#3564DA (or 0x3564DA) is known color: Royal Blue. HEX triplet: 35, 64 and DA. RGB value is (53,100,218). Sum of RGB (Red+Green+Blue) = 53+100+218=371 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.29% from 371); Green value is 100 (39.45% from 255 or 26.95% from 371); Blue value is 218 (85.55% from 255 or 58.76% from 371); Max value from RGB is 218 - color contains mainly: blue. Hex color #3564DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3564DA is #CA9B25. Grayscale: #626262. Windows color (decimal): -13277990 or 14312501. OLE color: 14312501.

HSL color Cylindrical-coordinate representation of color #3564DA: hue angle of 222.91º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3564DA is Cyan = 0.76, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 53 100 218 -
CMYK 0.76 0.54 0 0.15
HSL 222.91º 0.69% 0.53% -
HSV(B) 222.91º 0.76% 0.85% -
XYZ 18.68 14.93 68.23 -
YUV 99.4 194.93 94.91 -
System Red Green Blue C M Y K H S L
Decimal 53 100 218 0.76 0.54 0 0.15 222.91 0.69 0.53
Hex 35 64 DA 4C 36 0 F DF 45 35
Octal 65 144 332 114 66 0 17 337 105 65
Binary 110101 1100100 11011010 1001100 110110 0 1111 11011111 1000101 110101

Color Harmonies of #3564DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3564DA

Black with #3564DA

Text Example


Text Example

White with #3564DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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