Html Css Color HEX #355DDB Royal Blue

📋 copy color: '#355DDB'

red 53 ◦ green 93 ◦ blue 219

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

Shades of Royal Blue #355DDB

Tints of Royal Blue #355DDB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.48%

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

R = 14.52%
G = 25.48%
B = 60%

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

#355DDB (or 0x355DDB) is known color: Royal Blue. HEX triplet: 35, 5D and DB. RGB value is (53,93,219). Sum of RGB (Red+Green+Blue) = 53+93+219=365 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.52% from 365); Green value is 93 (36.72% from 255 or 25.48% from 365); Blue value is 219 (85.94% from 255 or 60% from 365); Max value from RGB is 219 - color contains mainly: blue. Hex color #355DDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #355DDB is #CAA224. Grayscale: #5E5E5E. Windows color (decimal): -13279781 or 14376245. OLE color: 14376245.

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

Color convert

RGB 53 93 219 -
CMYK 0.76 0.58 0 0.14
HSL 225.54º 0.7% 0.53% -
HSV(B) 225.54º 0.76% 0.86% -
XYZ 18.17 13.7 68.7 -
YUV 95.4 197.75 97.75 -
System Red Green Blue C M Y K H S L
Decimal 53 93 219 0.76 0.58 0 0.14 225.54 0.7 0.53
Hex 35 5D DB 4C 3A 0 E E2 46 35
Octal 65 135 333 114 72 0 16 342 106 65
Binary 110101 1011101 11011011 1001100 111010 0 1110 11100010 1000110 110101

Color Harmonies of #355DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355DDB

Black with #355DDB

Text Example


Text Example

White with #355DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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