Html Css Color HEX #355ED0 Free Speech Blue

📋 copy color: '#355ED0'

red 53 ◦ green 94 ◦ blue 208

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

Shades of Free Speech Blue #355ED0

Tints of Free Speech Blue #355ED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 58.59%

R = 14.93%
G = 26.48%
B = 58.59%

CMYK

 C value IS 0.75

 M value IS 0.55

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#355ED0 (or 0x355ED0) is known color: Free Speech Blue. HEX triplet: 35, 5E and D0. RGB value is (53,94,208). Sum of RGB (Red+Green+Blue) = 53+94+208=355 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.93% from 355); Green value is 94 (37.11% from 255 or 26.48% from 355); Blue value is 208 (81.64% from 255 or 58.59% from 355); Max value from RGB is 208 - color contains mainly: blue. Hex color #355ED0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #355ED0 is #CAA12F. Grayscale: #5E5E5E. Windows color (decimal): -13279536 or 13655605. OLE color: 13655605.

HSL color Cylindrical-coordinate representation of color #355ED0: hue angle of 224.13º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #355ED0 is Cyan = 0.75, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 53 94 208 -
CMYK 0.75 0.55 0 0.18
HSL 224.13º 0.62% 0.51% -
HSV(B) 224.13º 0.75% 0.82% -
XYZ 16.86 13.32 61.36 -
YUV 94.74 191.92 98.23 -
System Red Green Blue C M Y K H S L
Decimal 53 94 208 0.75 0.55 0 0.18 224.13 0.62 0.51
Hex 35 5E D0 4B 37 0 12 E0 3E 33
Octal 65 136 320 113 67 0 22 340 76 63
Binary 110101 1011110 11010000 1001011 110111 0 10010 11100000 111110 110011

Color Harmonies of #355ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355ED0

Black with #355ED0

Text Example


Text Example

White with #355ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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