Html Css Color HEX #355DC7 Free Speech Blue

📋 copy color: '#355DC7'

red 53 ◦ green 93 ◦ blue 199

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

Shades of Free Speech Blue #355DC7

Tints of Free Speech Blue #355DC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 57.68%

R = 15.36%
G = 26.96%
B = 57.68%

CMYK

 C value IS 0.73

 M value IS 0.53

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#355DC7 (or 0x355DC7) is known color: Free Speech Blue. HEX triplet: 35, 5D and C7. RGB value is (53,93,199). Sum of RGB (Red+Green+Blue) = 53+93+199=345 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.36% from 345); Green value is 93 (36.72% from 255 or 26.96% from 345); Blue value is 199 (78.12% from 255 or 57.68% from 345); Max value from RGB is 199 - color contains mainly: blue. Hex color #355DC7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #355DC7 is #CAA238. Grayscale: #5C5C5C. Windows color (decimal): -13279801 or 13065525. OLE color: 13065525.

HSL color Cylindrical-coordinate representation of color #355DC7: hue angle of 223.56º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #355DC7 is Cyan = 0.73, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 53 93 199 -
CMYK 0.73 0.53 0 0.22
HSL 223.56º 0.58% 0.49% -
HSV(B) 223.56º 0.73% 0.78% -
XYZ 15.69 12.71 55.66 -
YUV 93.12 187.75 99.38 -
System Red Green Blue C M Y K H S L
Decimal 53 93 199 0.73 0.53 0 0.22 223.56 0.58 0.49
Hex 35 5D C7 49 35 0 16 E0 3A 31
Octal 65 135 307 111 65 0 26 340 72 61
Binary 110101 1011101 11000111 1001001 110101 0 10110 11100000 111010 110001

Color Harmonies of #355DC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355DC7

Black with #355DC7

Text Example


Text Example

White with #355DC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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