Html Css Color HEX #355BCF Free Speech Blue

📋 copy color: '#355BCF'

red 53 ◦ green 91 ◦ blue 207

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

Shades of Free Speech Blue #355BCF

Tints of Free Speech Blue #355BCF

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.93%

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

R = 15.1%
G = 25.93%
B = 58.97%

CMYK

 C value IS 0.74

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#355BCF (or 0x355BCF) is known color: Free Speech Blue. HEX triplet: 35, 5B and CF. RGB value is (53,91,207). Sum of RGB (Red+Green+Blue) = 53+91+207=351 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.10% from 351); Green value is 91 (35.94% from 255 or 25.93% from 351); Blue value is 207 (81.25% from 255 or 58.97% from 351); Max value from RGB is 207 - color contains mainly: blue. Hex color #355BCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #355BCF is #CAA430. Grayscale: #5C5C5C. Windows color (decimal): -13280305 or 13589301. OLE color: 13589301.

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

Color convert

RGB 53 91 207 -
CMYK 0.74 0.56 0 0.19
HSL 225.19º 0.62% 0.51% -
HSV(B) 225.19º 0.74% 0.81% -
XYZ 16.47 12.74 60.62 -
YUV 92.86 192.41 99.57 -
System Red Green Blue C M Y K H S L
Decimal 53 91 207 0.74 0.56 0 0.19 225.19 0.62 0.51
Hex 35 5B CF 4A 38 0 13 E1 3E 33
Octal 65 133 317 112 70 0 23 341 76 63
Binary 110101 1011011 11001111 1001010 111000 0 10011 11100001 111110 110011

Color Harmonies of #355BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355BCF

Black with #355BCF

Text Example


Text Example

White with #355BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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