Html Css Color HEX #355BEC Royal Blue

📋 copy color: '#355BEC'

red 53 ◦ green 91 ◦ blue 236

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

Shades of Royal Blue #355BEC

Tints of Royal Blue #355BEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 62.11%

R = 13.95%
G = 23.95%
B = 62.11%

CMYK

 C value IS 0.78

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#355BEC (or 0x355BEC) is known color: Royal Blue. HEX triplet: 35, 5B and EC. RGB value is (53,91,236). Sum of RGB (Red+Green+Blue) = 53+91+236=380 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.95% from 380); Green value is 91 (35.94% from 255 or 23.95% from 380); Blue value is 236 (92.58% from 255 or 62.11% from 380); Max value from RGB is 236 - color contains mainly: blue. Hex color #355BEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #355BEC is #CAA413. Grayscale: #5F5F5F. Windows color (decimal): -13280276 or 15489845. OLE color: 15489845.

HSL color Cylindrical-coordinate representation of color #355BEC: hue angle of 227.54º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #355BEC is Cyan = 0.78, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 53 91 236 -
CMYK 0.78 0.61 0 0.07
HSL 227.54º 0.83% 0.57% -
HSV(B) 227.54º 0.78% 0.93% -
XYZ 20.35 14.3 81.04 -
YUV 96.17 206.91 97.21 -
System Red Green Blue C M Y K H S L
Decimal 53 91 236 0.78 0.61 0 0.07 227.54 0.83 0.57
Hex 35 5B EC 4E 3D 0 7 E4 53 39
Octal 65 133 354 116 75 0 7 344 123 71
Binary 110101 1011011 11101100 1001110 111101 0 111 11100100 1010011 111001

Color Harmonies of #355BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355BEC

Black with #355BEC

Text Example


Text Example

White with #355BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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