Html Css Color HEX #3557DB Royal Blue

📋 copy color: '#3557DB'

red 53 ◦ green 87 ◦ blue 219

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

Shades of Royal Blue #3557DB

Tints of Royal Blue #3557DB

RGB

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

 GREEN value IS 87 (34.38% from 255) = 24.23%

 BLUE value IS 219 (85.94% from 255) = 61%

R = 14.76%
G = 24.23%
B = 61%

CMYK

 C value IS 0.76

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3557DB (or 0x3557DB) is known color: Royal Blue. HEX triplet: 35, 57 and DB. RGB value is (53,87,219). Sum of RGB (Red+Green+Blue) = 53+87+219=359 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.76% from 359); Green value is 87 (34.38% from 255 or 24.23% from 359); Blue value is 219 (85.94% from 255 or 61.00% from 359); Max value from RGB is 219 - color contains mainly: blue. Hex color #3557DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3557DB is #CAA824. Grayscale: #5B5B5B. Windows color (decimal): -13281317 or 14374709. OLE color: 14374709.

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

Color convert

RGB 53 87 219 -
CMYK 0.76 0.60 0 0.14
HSL 227.71º 0.7% 0.53% -
HSV(B) 227.71º 0.76% 0.86% -
XYZ 17.66 12.69 68.54 -
YUV 91.88 199.74 100.27 -
System Red Green Blue C M Y K H S L
Decimal 53 87 219 0.76 0.60 0 0.14 227.71 0.7 0.53
Hex 35 57 DB 4C 3C 0 E E4 46 35
Octal 65 127 333 114 74 0 16 344 106 65
Binary 110101 1010111 11011011 1001100 111100 0 1110 11100100 1000110 110101

Color Harmonies of #3557DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3557DB

Black with #3557DB

Text Example


Text Example

White with #3557DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3557DB; }

 p { color: rgb(53,87,219); }

 H1.HeaderClassName
 {
   color: #3557DB;
 }
 .AnyTagClassName
 {
   color: #3557DB;
 }
</style>

background-color css

<style>
 a { background-color: #3557DB; }

 a { background-color: rgb(53,87,219); }

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

border-color css

<style>
 span { border-color: #3557DB; }

 span { border-color: rgb(53,87,219); }

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