Html Css Color HEX #355DCF Free Speech Blue

📋 copy color: '#355DCF'

red 53 ◦ green 93 ◦ blue 207

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

Shades of Free Speech Blue #355DCF

Tints of Free Speech Blue #355DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 58.64%

R = 15.01%
G = 26.35%
B = 58.64%

CMYK

 C value IS 0.74

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#355DCF (or 0x355DCF) is known color: Free Speech Blue. HEX triplet: 35, 5D and CF. RGB value is (53,93,207). Sum of RGB (Red+Green+Blue) = 53+93+207=353 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.01% from 353); Green value is 93 (36.72% from 255 or 26.35% from 353); Blue value is 207 (81.25% from 255 or 58.64% from 353); Max value from RGB is 207 - color contains mainly: blue. Hex color #355DCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #355DCF is #CAA230. Grayscale: #5D5D5D. Windows color (decimal): -13279793 or 13589813. OLE color: 13589813.

HSL color Cylindrical-coordinate representation of color #355DCF: hue angle of 224.42º degrees, saturation: 0.62, 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 #355DCF is Cyan = 0.74, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 53 93 207 -
CMYK 0.74 0.55 0 0.19
HSL 224.42º 0.62% 0.51% -
HSV(B) 224.42º 0.74% 0.81% -
XYZ 16.65 13.09 60.68 -
YUV 94.04 191.75 98.73 -
System Red Green Blue C M Y K H S L
Decimal 53 93 207 0.74 0.55 0 0.19 224.42 0.62 0.51
Hex 35 5D CF 4A 37 0 13 E0 3E 33
Octal 65 135 317 112 67 0 23 340 76 63
Binary 110101 1011101 11001111 1001010 110111 0 10011 11100000 111110 110011

Color Harmonies of #355DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355DCF

Black with #355DCF

Text Example


Text Example

White with #355DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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