Html Css Color HEX #355BDC Royal Blue

📋 copy color: '#355BDC'

red 53 ◦ green 91 ◦ blue 220

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

Shades of Royal Blue #355BDC

Tints of Royal Blue #355BDC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25%

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

R = 14.56%
G = 25%
B = 60.44%

CMYK

 C value IS 0.76

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#355BDC (or 0x355BDC) is known color: Royal Blue. HEX triplet: 35, 5B and DC. RGB value is (53,91,220). Sum of RGB (Red+Green+Blue) = 53+91+220=364 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.56% from 364); Green value is 91 (35.94% from 255 or 25% from 364); Blue value is 220 (86.33% from 255 or 60.44% from 364); Max value from RGB is 220 - color contains mainly: blue. Hex color #355BDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #355BDC is #CAA423. Grayscale: #5D5D5D. Windows color (decimal): -13280292 or 14441269. OLE color: 14441269.

HSL color Cylindrical-coordinate representation of color #355BDC: hue angle of 226.35º 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 #355BDC is Cyan = 0.76, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 53 91 220 -
CMYK 0.76 0.59 0 0.14
HSL 226.35º 0.7% 0.54% -
HSV(B) 226.35º 0.76% 0.86% -
XYZ 18.13 13.41 69.34 -
YUV 94.34 198.91 98.51 -
System Red Green Blue C M Y K H S L
Decimal 53 91 220 0.76 0.59 0 0.14 226.35 0.7 0.54
Hex 35 5B DC 4C 3B 0 E E2 46 36
Octal 65 133 334 114 73 0 16 342 106 66
Binary 110101 1011011 11011100 1001100 111011 0 1110 11100010 1000110 110110

Color Harmonies of #355BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355BDC

Black with #355BDC

Text Example


Text Example

White with #355BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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