Html Css Color HEX #355BEA Royal Blue

📋 copy color: '#355BEA'

red 53 ◦ green 91 ◦ blue 234

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

Shades of Royal Blue #355BEA

Tints of Royal Blue #355BEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 61.9%

R = 14.02%
G = 24.07%
B = 61.9%

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

#355BEA (or 0x355BEA) is known color: Royal Blue. HEX triplet: 35, 5B and EA. RGB value is (53,91,234). Sum of RGB (Red+Green+Blue) = 53+91+234=378 (50% of max value = 765). Red value is 53 (21.09% from 255 or 14.02% from 378); Green value is 91 (35.94% from 255 or 24.07% from 378); Blue value is 234 (91.80% from 255 or 61.90% from 378); Max value from RGB is 234 - color contains mainly: blue. Hex color #355BEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #355BEA is #CAA415. Grayscale: #5F5F5F. Windows color (decimal): -13280278 or 15358773. OLE color: 15358773.

HSL color Cylindrical-coordinate representation of color #355BEA: hue angle of 227.4º degrees, saturation: 0.81, 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 #355BEA is Cyan = 0.77, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 53 91 234 -
CMYK 0.77 0.61 0 0.08
HSL 227.4º 0.81% 0.56% -
HSV(B) 227.4º 0.77% 0.92% -
XYZ 20.06 14.18 79.52 -
YUV 95.94 205.91 97.37 -
System Red Green Blue C M Y K H S L
Decimal 53 91 234 0.77 0.61 0 0.08 227.4 0.81 0.56
Hex 35 5B EA 4D 3D 0 8 E3 51 38
Octal 65 133 352 115 75 0 10 343 121 70
Binary 110101 1011011 11101010 1001101 111101 0 1000 11100011 1010001 111000

Color Harmonies of #355BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355BEA

Black with #355BEA

Text Example


Text Example

White with #355BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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