Html Css Color HEX #355DEC Royal Blue

📋 copy color: '#355DEC'

red 53 ◦ green 93 ◦ blue 236

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

Shades of Royal Blue #355DEC

Tints of Royal Blue #355DEC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.35%

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

R = 13.87%
G = 24.35%
B = 61.78%

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

#355DEC (or 0x355DEC) is known color: Royal Blue. HEX triplet: 35, 5D and EC. RGB value is (53,93,236). Sum of RGB (Red+Green+Blue) = 53+93+236=382 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.87% from 382); Green value is 93 (36.72% from 255 or 24.35% from 382); Blue value is 236 (92.58% from 255 or 61.78% from 382); Max value from RGB is 236 - color contains mainly: blue. Hex color #355DEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #355DEC is #CAA213. Grayscale: #606060. Windows color (decimal): -13279764 or 15490357. OLE color: 15490357.

HSL color Cylindrical-coordinate representation of color #355DEC: hue angle of 226.89º 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 #355DEC is Cyan = 0.78, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 53 93 236 -
CMYK 0.78 0.61 0 0.07
HSL 226.89º 0.83% 0.57% -
HSV(B) 226.89º 0.78% 0.93% -
XYZ 20.52 14.64 81.1 -
YUV 97.34 206.25 96.37 -
System Red Green Blue C M Y K H S L
Decimal 53 93 236 0.78 0.61 0 0.07 226.89 0.83 0.57
Hex 35 5D EC 4E 3D 0 7 E3 53 39
Octal 65 135 354 116 75 0 7 343 123 71
Binary 110101 1011101 11101100 1001110 111101 0 111 11100011 1010011 111001

Color Harmonies of #355DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355DEC

Black with #355DEC

Text Example


Text Example

White with #355DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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