Html Css Color HEX #355DD3 Free Speech Blue

📋 copy color: '#355DD3'

red 53 ◦ green 93 ◦ blue 211

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

Shades of Free Speech Blue #355DD3

Tints of Free Speech Blue #355DD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 59.1%

R = 14.85%
G = 26.05%
B = 59.1%

CMYK

 C value IS 0.75

 M value IS 0.56

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#355DD3 (or 0x355DD3) is known color: Free Speech Blue. HEX triplet: 35, 5D and D3. RGB value is (53,93,211). Sum of RGB (Red+Green+Blue) = 53+93+211=357 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.85% from 357); Green value is 93 (36.72% from 255 or 26.05% from 357); Blue value is 211 (82.81% from 255 or 59.10% from 357); Max value from RGB is 211 - color contains mainly: blue. Hex color #355DD3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #355DD3 is #CAA22C. Grayscale: #5D5D5D. Windows color (decimal): -13279789 or 13851957. OLE color: 13851957.

HSL color Cylindrical-coordinate representation of color #355DD3: hue angle of 224.81º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #355DD3 is Cyan = 0.75, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 53 93 211 -
CMYK 0.75 0.56 0 0.17
HSL 224.81º 0.64% 0.52% -
HSV(B) 224.81º 0.75% 0.83% -
XYZ 17.14 13.29 63.29 -
YUV 94.49 193.75 98.41 -
System Red Green Blue C M Y K H S L
Decimal 53 93 211 0.75 0.56 0 0.17 224.81 0.64 0.52
Hex 35 5D D3 4B 38 0 11 E1 40 34
Octal 65 135 323 113 70 0 21 341 100 64
Binary 110101 1011101 11010011 1001011 111000 0 10001 11100001 1000000 110100

Color Harmonies of #355DD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355DD3

Black with #355DD3

Text Example


Text Example

White with #355DD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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