Html Css Color HEX #3550DF Royal Blue

📋 copy color: '#3550DF'

red 53 ◦ green 80 ◦ blue 223

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

Shades of Royal Blue #3550DF

Tints of Royal Blue #3550DF

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.47%

 BLUE value IS 223 (87.5% from 255) = 62.64%

R = 14.89%
G = 22.47%
B = 62.64%

CMYK

 C value IS 0.76

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3550DF (or 0x3550DF) is known color: Royal Blue. HEX triplet: 35, 50 and DF. RGB value is (53,80,223). Sum of RGB (Red+Green+Blue) = 53+80+223=356 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.89% from 356); Green value is 80 (31.64% from 255 or 22.47% from 356); Blue value is 223 (87.5% from 255 or 62.64% from 356); Max value from RGB is 223 - color contains mainly: blue. Hex color #3550DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3550DF is #CAAF20. Grayscale: #575757. Windows color (decimal): -13283105 or 14635061. OLE color: 14635061.

HSL color Cylindrical-coordinate representation of color #3550DF: hue angle of 230.47º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3550DF is Cyan = 0.76, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 53 80 223 -
CMYK 0.76 0.64 0 0.13
HSL 230.47º 0.73% 0.54% -
HSV(B) 230.47º 0.76% 0.87% -
XYZ 17.66 11.82 71.16 -
YUV 88.23 204.05 102.87 -
System Red Green Blue C M Y K H S L
Decimal 53 80 223 0.76 0.64 0 0.13 230.47 0.73 0.54
Hex 35 50 DF 4C 40 0 D E6 49 36
Octal 65 120 337 114 100 0 15 346 111 66
Binary 110101 1010000 11011111 1001100 1000000 0 1101 11100110 1001001 110110

Color Harmonies of #3550DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3550DF

Black with #3550DF

Text Example


Text Example

White with #3550DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3550DF; }

 p { color: rgb(53,80,223); }

 H1.HeaderClassName
 {
   color: #3550DF;
 }
 .AnyTagClassName
 {
   color: #3550DF;
 }
</style>

background-color css

<style>
 a { background-color: #3550DF; }

 a { background-color: rgb(53,80,223); }

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

border-color css

<style>
 span { border-color: #3550DF; }

 span { border-color: rgb(53,80,223); }

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