Html Css Color HEX #335FCD Free Speech Blue

📋 copy color: '#335FCD'

red 51 ◦ green 95 ◦ blue 205

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

Shades of Free Speech Blue #335FCD

Tints of Free Speech Blue #335FCD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 27.07%

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

R = 14.53%
G = 27.07%
B = 58.4%

CMYK

 C value IS 0.75

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#335FCD (or 0x335FCD) is known color: Free Speech Blue. HEX triplet: 33, 5F and CD. RGB value is (51,95,205). Sum of RGB (Red+Green+Blue) = 51+95+205=351 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.53% from 351); Green value is 95 (37.5% from 255 or 27.07% from 351); Blue value is 205 (80.47% from 255 or 58.40% from 351); Max value from RGB is 205 - color contains mainly: blue. Hex color #335FCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #335FCD is #CCA032. Grayscale: #5D5D5D. Windows color (decimal): -13410355 or 13459251. OLE color: 13459251.

HSL color Cylindrical-coordinate representation of color #335FCD: hue angle of 222.86º 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 #335FCD is Cyan = 0.75, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 51 95 205 -
CMYK 0.75 0.54 0 0.20
HSL 222.86º 0.61% 0.5% -
HSV(B) 222.86º 0.75% 0.8% -
XYZ 16.48 13.3 59.46 -
YUV 94.38 190.42 97.06 -
System Red Green Blue C M Y K H S L
Decimal 51 95 205 0.75 0.54 0 0.20 222.86 0.61 0.5
Hex 33 5F CD 4B 36 0 14 DF 3D 32
Octal 63 137 315 113 66 0 24 337 75 62
Binary 110011 1011111 11001101 1001011 110110 0 10100 11011111 111101 110010

Color Harmonies of #335FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335FCD

Black with #335FCD

Text Example


Text Example

White with #335FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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