Html Css Color HEX #355BCD Free Speech Blue

📋 copy color: '#355BCD'

red 53 ◦ green 91 ◦ blue 205

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

Shades of Free Speech Blue #355BCD

Tints of Free Speech Blue #355BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 58.74%

R = 15.19%
G = 26.07%
B = 58.74%

CMYK

 C value IS 0.74

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#355BCD (or 0x355BCD) is known color: Free Speech Blue. HEX triplet: 35, 5B and CD. RGB value is (53,91,205). Sum of RGB (Red+Green+Blue) = 53+91+205=349 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.19% from 349); Green value is 91 (35.94% from 255 or 26.07% from 349); Blue value is 205 (80.47% from 255 or 58.74% from 349); Max value from RGB is 205 - color contains mainly: blue. Hex color #355BCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #355BCD is #CAA432. Grayscale: #5C5C5C. Windows color (decimal): -13280307 or 13458229. OLE color: 13458229.

HSL color Cylindrical-coordinate representation of color #355BCD: hue angle of 225º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #355BCD is Cyan = 0.74, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 53 91 205 -
CMYK 0.74 0.56 0 0.20
HSL 225º 0.6% 0.51% -
HSV(B) 225º 0.74% 0.8% -
XYZ 16.23 12.65 59.34 -
YUV 92.63 191.41 99.73 -
System Red Green Blue C M Y K H S L
Decimal 53 91 205 0.74 0.56 0 0.20 225 0.6 0.51
Hex 35 5B CD 4A 38 0 14 E1 3C 33
Octal 65 133 315 112 70 0 24 341 74 63
Binary 110101 1011011 11001101 1001010 111000 0 10100 11100001 111100 110011

Color Harmonies of #355BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355BCD

Black with #355BCD

Text Example


Text Example

White with #355BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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