Html Css Color HEX #355BD8 Royal Blue

📋 copy color: '#355BD8'

red 53 ◦ green 91 ◦ blue 216

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

Shades of Royal Blue #355BD8

Tints of Royal Blue #355BD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 60%

R = 14.72%
G = 25.28%
B = 60%

CMYK

 C value IS 0.75

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#355BD8 (or 0x355BD8) is known color: Royal Blue. HEX triplet: 35, 5B and D8. RGB value is (53,91,216). Sum of RGB (Red+Green+Blue) = 53+91+216=360 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.72% from 360); Green value is 91 (35.94% from 255 or 25.28% from 360); Blue value is 216 (84.77% from 255 or 60% from 360); Max value from RGB is 216 - color contains mainly: blue. Hex color #355BD8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #355BD8 is #CAA427. Grayscale: #5D5D5D. Windows color (decimal): -13280296 or 14179125. OLE color: 14179125.

HSL color Cylindrical-coordinate representation of color #355BD8: hue angle of 226.01º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #355BD8 is Cyan = 0.75, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 53 91 216 -
CMYK 0.75 0.58 0 0.15
HSL 226.01º 0.68% 0.53% -
HSV(B) 226.01º 0.75% 0.85% -
XYZ 17.6 13.2 66.59 -
YUV 93.89 196.91 98.84 -
System Red Green Blue C M Y K H S L
Decimal 53 91 216 0.75 0.58 0 0.15 226.01 0.68 0.53
Hex 35 5B D8 4B 3A 0 F E2 44 35
Octal 65 133 330 113 72 0 17 342 104 65
Binary 110101 1011011 11011000 1001011 111010 0 1111 11100010 1000100 110101

Color Harmonies of #355BD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355BD8

Black with #355BD8

Text Example


Text Example

White with #355BD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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