Html Css Color HEX #335DCD Free Speech Blue

📋 copy color: '#335DCD'

red 51 ◦ green 93 ◦ blue 205

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

Shades of Free Speech Blue #335DCD

Tints of Free Speech Blue #335DCD

RGB

 RED value IS 51 (20.31% from 255) = 14.61%

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

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

R = 14.61%
G = 26.65%
B = 58.74%

CMYK

 C value IS 0.75

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#335DCD (or 0x335DCD) is known color: Free Speech Blue. HEX triplet: 33, 5D and CD. RGB value is (51,93,205). Sum of RGB (Red+Green+Blue) = 51+93+205=349 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.61% from 349); Green value is 93 (36.72% from 255 or 26.65% 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 #335DCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #335DCD is #CCA232. Grayscale: #5C5C5C. Windows color (decimal): -13410867 or 13458739. OLE color: 13458739.

HSL color Cylindrical-coordinate representation of color #335DCD: hue angle of 223.64º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #335DCD is Cyan = 0.75, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 51 93 205 -
CMYK 0.75 0.55 0 0.20
HSL 223.64º 0.61% 0.5% -
HSV(B) 223.64º 0.75% 0.8% -
XYZ 16.3 12.94 59.4 -
YUV 93.21 191.09 97.89 -
System Red Green Blue C M Y K H S L
Decimal 51 93 205 0.75 0.55 0 0.20 223.64 0.61 0.5
Hex 33 5D CD 4B 37 0 14 E0 3D 32
Octal 63 135 315 113 67 0 24 340 75 62
Binary 110011 1011101 11001101 1001011 110111 0 10100 11100000 111101 110010

Color Harmonies of #335DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335DCD

Black with #335DCD

Text Example


Text Example

White with #335DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335DCD; }

 p { color: rgb(51,93,205); }

 H1.HeaderClassName
 {
   color: #335DCD;
 }
 .AnyTagClassName
 {
   color: #335DCD;
 }
</style>

background-color css

<style>
 a { background-color: #335DCD; }

 a { background-color: rgb(51,93,205); }

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

border-color css

<style>
 span { border-color: #335DCD; }

 span { border-color: rgb(51,93,205); }

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