Html Css Color HEX #3755CF Free Speech Blue

📋 copy color: '#3755CF'

red 55 ◦ green 85 ◦ blue 207

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

Shades of Free Speech Blue #3755CF

Tints of Free Speech Blue #3755CF

RGB

 RED value IS 55 (21.88% from 255) = 15.85%

 GREEN value IS 85 (33.59% from 255) = 24.5%

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

R = 15.85%
G = 24.5%
B = 59.65%

CMYK

 C value IS 0.73

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3755CF (or 0x3755CF) is known color: Free Speech Blue. HEX triplet: 37, 55 and CF. RGB value is (55,85,207). Sum of RGB (Red+Green+Blue) = 55+85+207=347 (45% of max value = 765). Red value is 55 (21.88% from 255 or 15.85% from 347); Green value is 85 (33.59% from 255 or 24.50% from 347); Blue value is 207 (81.25% from 255 or 59.65% from 347); Max value from RGB is 207 - color contains mainly: blue. Hex color #3755CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3755CF is #C8AA30. Grayscale: #595959. Windows color (decimal): -13150769 or 13587767. OLE color: 13587767.

HSL color Cylindrical-coordinate representation of color #3755CF: hue angle of 228.16º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3755CF is Cyan = 0.73, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 55 85 207 -
CMYK 0.73 0.59 0 0.19
HSL 228.16º 0.61% 0.51% -
HSV(B) 228.16º 0.73% 0.81% -
XYZ 16.09 11.81 60.46 -
YUV 89.94 194.06 103.08 -
System Red Green Blue C M Y K H S L
Decimal 55 85 207 0.73 0.59 0 0.19 228.16 0.61 0.51
Hex 37 55 CF 49 3B 0 13 E4 3D 33
Octal 67 125 317 111 73 0 23 344 75 63
Binary 110111 1010101 11001111 1001001 111011 0 10011 11100100 111101 110011

Color Harmonies of #3755CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3755CF

Black with #3755CF

Text Example


Text Example

White with #3755CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3755CF; }

 p { color: rgb(55,85,207); }

 H1.HeaderClassName
 {
   color: #3755CF;
 }
 .AnyTagClassName
 {
   color: #3755CF;
 }
</style>

background-color css

<style>
 a { background-color: #3755CF; }

 a { background-color: rgb(55,85,207); }

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

border-color css

<style>
 span { border-color: #3755CF; }

 span { border-color: rgb(55,85,207); }

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