Html Css Color HEX #355BDB Royal Blue

📋 copy color: '#355BDB'

red 53 ◦ green 91 ◦ blue 219

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

Shades of Royal Blue #355BDB

Tints of Royal Blue #355BDB

RGB

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

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

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

R = 14.6%
G = 25.07%
B = 60.33%

CMYK

 C value IS 0.76

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#355BDB (or 0x355BDB) is known color: Royal Blue. HEX triplet: 35, 5B and DB. RGB value is (53,91,219). Sum of RGB (Red+Green+Blue) = 53+91+219=363 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.60% from 363); Green value is 91 (35.94% from 255 or 25.07% from 363); Blue value is 219 (85.94% from 255 or 60.33% from 363); Max value from RGB is 219 - color contains mainly: blue. Hex color #355BDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #355BDB is #CAA424. Grayscale: #5D5D5D. Windows color (decimal): -13280293 or 14375733. OLE color: 14375733.

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

Color convert

RGB 53 91 219 -
CMYK 0.76 0.58 0 0.14
HSL 226.27º 0.7% 0.53% -
HSV(B) 226.27º 0.76% 0.86% -
XYZ 18 13.35 68.65 -
YUV 94.23 198.41 98.59 -
System Red Green Blue C M Y K H S L
Decimal 53 91 219 0.76 0.58 0 0.14 226.27 0.7 0.53
Hex 35 5B DB 4C 3A 0 E E2 46 35
Octal 65 133 333 114 72 0 16 342 106 65
Binary 110101 1011011 11011011 1001100 111010 0 1110 11100010 1000110 110101

Color Harmonies of #355BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355BDB

Black with #355BDB

Text Example


Text Example

White with #355BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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