Html Css Color HEX #3752BD Free Speech Blue

📋 copy color: '#3752BD'

red 55 ◦ green 82 ◦ blue 189

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

Shades of Free Speech Blue #3752BD

Tints of Free Speech Blue #3752BD

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.15%

 BLUE value IS 189 (74.22% from 255) = 57.98%

R = 16.87%
G = 25.15%
B = 57.98%

CMYK

 C value IS 0.71

 M value IS 0.57

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3752BD (or 0x3752BD) is known color: Free Speech Blue. HEX triplet: 37, 52 and BD. RGB value is (55,82,189). Sum of RGB (Red+Green+Blue) = 55+82+189=326 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.87% from 326); Green value is 82 (32.42% from 255 or 25.15% from 326); Blue value is 189 (74.22% from 255 or 57.98% from 326); Max value from RGB is 189 - color contains mainly: blue. Hex color #3752BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3752BD is #C8AD42. Grayscale: #555555. Windows color (decimal): -13151555 or 12407351. OLE color: 12407351.

HSL color Cylindrical-coordinate representation of color #3752BD: hue angle of 227.91º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3752BD is Cyan = 0.71, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 55 82 189 -
CMYK 0.71 0.57 0 0.26
HSL 227.91º 0.55% 0.48% -
HSV(B) 227.91º 0.71% 0.74% -
XYZ 13.78 10.52 49.45 -
YUV 86.13 186.05 105.8 -
System Red Green Blue C M Y K H S L
Decimal 55 82 189 0.71 0.57 0 0.26 227.91 0.55 0.48
Hex 37 52 BD 47 39 0 1A E4 37 30
Octal 67 122 275 107 71 0 32 344 67 60
Binary 110111 1010010 10111101 1000111 111001 0 11010 11100100 110111 110000

Color Harmonies of #3752BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3752BD

Black with #3752BD

Text Example


Text Example

White with #3752BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3752BD; }

 p { color: rgb(55,82,189); }

 H1.HeaderClassName
 {
   color: #3752BD;
 }
 .AnyTagClassName
 {
   color: #3752BD;
 }
</style>

background-color css

<style>
 a { background-color: #3752BD; }

 a { background-color: rgb(55,82,189); }

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

border-color css

<style>
 span { border-color: #3752BD; }

 span { border-color: rgb(55,82,189); }

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