Html Css Color HEX #355BDD Royal Blue

📋 copy color: '#355BDD'

red 53 ◦ green 91 ◦ blue 221

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

Shades of Royal Blue #355BDD

Tints of Royal Blue #355BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 60.55%

R = 14.52%
G = 24.93%
B = 60.55%

CMYK

 C value IS 0.76

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#355BDD (or 0x355BDD) is known color: Royal Blue. HEX triplet: 35, 5B and DD. RGB value is (53,91,221). Sum of RGB (Red+Green+Blue) = 53+91+221=365 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.52% from 365); Green value is 91 (35.94% from 255 or 24.93% from 365); Blue value is 221 (86.72% from 255 or 60.55% from 365); Max value from RGB is 221 - color contains mainly: blue. Hex color #355BDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #355BDD is #CAA422. Grayscale: #5D5D5D. Windows color (decimal): -13280291 or 14506805. OLE color: 14506805.

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

Color convert

RGB 53 91 221 -
CMYK 0.76 0.59 0 0.13
HSL 226.43º 0.71% 0.54% -
HSV(B) 226.43º 0.76% 0.87% -
XYZ 18.26 13.46 70.04 -
YUV 94.46 199.41 98.43 -
System Red Green Blue C M Y K H S L
Decimal 53 91 221 0.76 0.59 0 0.13 226.43 0.71 0.54
Hex 35 5B DD 4C 3B 0 D E2 47 36
Octal 65 133 335 114 73 0 15 342 107 66
Binary 110101 1011011 11011101 1001100 111011 0 1101 11100010 1000111 110110

Color Harmonies of #355BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355BDD

Black with #355BDD

Text Example


Text Example

White with #355BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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