Html Css Color HEX #355BEB Royal Blue

📋 copy color: '#355BEB'

red 53 ◦ green 91 ◦ blue 235

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

Shades of Royal Blue #355BEB

Tints of Royal Blue #355BEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 62.01%

R = 13.98%
G = 24.01%
B = 62.01%

CMYK

 C value IS 0.77

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#355BEB (or 0x355BEB) is known color: Royal Blue. HEX triplet: 35, 5B and EB. RGB value is (53,91,235). Sum of RGB (Red+Green+Blue) = 53+91+235=379 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.98% from 379); Green value is 91 (35.94% from 255 or 24.01% from 379); Blue value is 235 (92.19% from 255 or 62.01% from 379); Max value from RGB is 235 - color contains mainly: blue. Hex color #355BEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #355BEB is #CAA414. Grayscale: #5F5F5F. Windows color (decimal): -13280277 or 15424309. OLE color: 15424309.

HSL color Cylindrical-coordinate representation of color #355BEB: hue angle of 227.47º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #355BEB is Cyan = 0.77, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 53 91 235 -
CMYK 0.77 0.61 0 0.08
HSL 227.47º 0.82% 0.56% -
HSV(B) 227.47º 0.77% 0.92% -
XYZ 20.2 14.24 80.28 -
YUV 96.05 206.41 97.29 -
System Red Green Blue C M Y K H S L
Decimal 53 91 235 0.77 0.61 0 0.08 227.47 0.82 0.56
Hex 35 5B EB 4D 3D 0 8 E3 52 38
Octal 65 133 353 115 75 0 10 343 122 70
Binary 110101 1011011 11101011 1001101 111101 0 1000 11100011 1010010 111000

Color Harmonies of #355BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355BEB

Black with #355BEB

Text Example


Text Example

White with #355BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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