Html Css Color HEX #355FEC Royal Blue

📋 copy color: '#355FEC'

red 53 ◦ green 95 ◦ blue 236

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

Shades of Royal Blue #355FEC

Tints of Royal Blue #355FEC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.74%

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

R = 13.8%
G = 24.74%
B = 61.46%

CMYK

 C value IS 0.78

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#355FEC (or 0x355FEC) is known color: Royal Blue. HEX triplet: 35, 5F and EC. RGB value is (53,95,236). Sum of RGB (Red+Green+Blue) = 53+95+236=384 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.80% from 384); Green value is 95 (37.5% from 255 or 24.74% from 384); Blue value is 236 (92.58% from 255 or 61.46% from 384); Max value from RGB is 236 - color contains mainly: blue. Hex color #355FEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #355FEC is #CAA013. Grayscale: #616161. Windows color (decimal): -13279252 or 15490869. OLE color: 15490869.

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

Color convert

RGB 53 95 236 -
CMYK 0.78 0.60 0 0.07
HSL 226.23º 0.83% 0.57% -
HSV(B) 226.23º 0.78% 0.93% -
XYZ 20.7 15 81.16 -
YUV 98.52 205.59 95.54 -
System Red Green Blue C M Y K H S L
Decimal 53 95 236 0.78 0.60 0 0.07 226.23 0.83 0.57
Hex 35 5F EC 4E 3C 0 7 E2 53 39
Octal 65 137 354 116 74 0 7 342 123 71
Binary 110101 1011111 11101100 1001110 111100 0 111 11100010 1010011 111001

Color Harmonies of #355FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355FEC

Black with #355FEC

Text Example


Text Example

White with #355FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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