Html Css Color HEX #355ECE Free Speech Blue

📋 copy color: '#355ECE'

red 53 ◦ green 94 ◦ blue 206

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

Shades of Free Speech Blue #355ECE

Tints of Free Speech Blue #355ECE

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.63%

 BLUE value IS 206 (80.86% from 255) = 58.36%

R = 15.01%
G = 26.63%
B = 58.36%

CMYK

 C value IS 0.74

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#355ECE (or 0x355ECE) is known color: Free Speech Blue. HEX triplet: 35, 5E and CE. RGB value is (53,94,206). Sum of RGB (Red+Green+Blue) = 53+94+206=353 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.01% from 353); Green value is 94 (37.11% from 255 or 26.63% from 353); Blue value is 206 (80.86% from 255 or 58.36% from 353); Max value from RGB is 206 - color contains mainly: blue. Hex color #355ECE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #355ECE is #CAA131. Grayscale: #5E5E5E. Windows color (decimal): -13279538 or 13524533. OLE color: 13524533.

HSL color Cylindrical-coordinate representation of color #355ECE: hue angle of 223.92º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #355ECE is Cyan = 0.74, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 53 94 206 -
CMYK 0.74 0.54 0 0.19
HSL 223.92º 0.61% 0.51% -
HSV(B) 223.92º 0.74% 0.81% -
XYZ 16.61 13.22 60.07 -
YUV 94.51 190.92 98.39 -
System Red Green Blue C M Y K H S L
Decimal 53 94 206 0.74 0.54 0 0.19 223.92 0.61 0.51
Hex 35 5E CE 4A 36 0 13 E0 3D 33
Octal 65 136 316 112 66 0 23 340 75 63
Binary 110101 1011110 11001110 1001010 110110 0 10011 11100000 111101 110011

Color Harmonies of #355ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355ECE

Black with #355ECE

Text Example


Text Example

White with #355ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,94,206); }

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

background-color css

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

 a { background-color: rgb(53,94,206); }

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

border-color css

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

 span { border-color: rgb(53,94,206); }

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