Html Css Color HEX #355EDC Royal Blue

📋 copy color: '#355EDC'

red 53 ◦ green 94 ◦ blue 220

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

Shades of Royal Blue #355EDC

Tints of Royal Blue #355EDC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.61%

 BLUE value IS 220 (86.33% from 255) = 59.95%

R = 14.44%
G = 25.61%
B = 59.95%

CMYK

 C value IS 0.76

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#355EDC (or 0x355EDC) is known color: Royal Blue. HEX triplet: 35, 5E and DC. RGB value is (53,94,220). Sum of RGB (Red+Green+Blue) = 53+94+220=367 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.44% from 367); Green value is 94 (37.11% from 255 or 25.61% from 367); Blue value is 220 (86.33% from 255 or 59.95% from 367); Max value from RGB is 220 - color contains mainly: blue. Hex color #355EDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #355EDC is #CAA123. Grayscale: #5F5F5F. Windows color (decimal): -13279524 or 14442037. OLE color: 14442037.

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

Color convert

RGB 53 94 220 -
CMYK 0.76 0.57 0 0.14
HSL 225.27º 0.7% 0.54% -
HSV(B) 225.27º 0.76% 0.86% -
XYZ 18.39 13.93 69.43 -
YUV 96.11 197.92 97.25 -
System Red Green Blue C M Y K H S L
Decimal 53 94 220 0.76 0.57 0 0.14 225.27 0.7 0.54
Hex 35 5E DC 4C 39 0 E E1 46 36
Octal 65 136 334 114 71 0 16 341 106 66
Binary 110101 1011110 11011100 1001100 111001 0 1110 11100001 1000110 110110

Color Harmonies of #355EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355EDC

Black with #355EDC

Text Example


Text Example

White with #355EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355EDC; }

 p { color: rgb(53,94,220); }

 H1.HeaderClassName
 {
   color: #355EDC;
 }
 .AnyTagClassName
 {
   color: #355EDC;
 }
</style>

background-color css

<style>
 a { background-color: #355EDC; }

 a { background-color: rgb(53,94,220); }

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

border-color css

<style>
 span { border-color: #355EDC; }

 span { border-color: rgb(53,94,220); }

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