Html Css Color HEX #375BC2 Free Speech Blue

📋 copy color: '#375BC2'

red 55 ◦ green 91 ◦ blue 194

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

Shades of Free Speech Blue #375BC2

Tints of Free Speech Blue #375BC2

RGB

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

 GREEN value IS 91 (35.94% from 255) = 26.76%

 BLUE value IS 194 (76.17% from 255) = 57.06%

R = 16.18%
G = 26.76%
B = 57.06%

CMYK

 C value IS 0.72

 M value IS 0.53

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#375BC2 (or 0x375BC2) is known color: Free Speech Blue. HEX triplet: 37, 5B and C2. RGB value is (55,91,194). Sum of RGB (Red+Green+Blue) = 55+91+194=340 (45% of max value = 765). Red value is 55 (21.88% from 255 or 16.18% from 340); Green value is 91 (35.94% from 255 or 26.76% from 340); Blue value is 194 (76.17% from 255 or 57.06% from 340); Max value from RGB is 194 - color contains mainly: blue. Hex color #375BC2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #375BC2 is #C8A43D. Grayscale: #5B5B5B. Windows color (decimal): -13149246 or 12737335. OLE color: 12737335.

HSL color Cylindrical-coordinate representation of color #375BC2: hue angle of 224.46º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #375BC2 is Cyan = 0.72, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 55 91 194 -
CMYK 0.72 0.53 0 0.24
HSL 224.46º 0.56% 0.49% -
HSV(B) 224.46º 0.72% 0.76% -
XYZ 15.05 12.19 52.6 -
YUV 91.98 185.57 101.62 -
System Red Green Blue C M Y K H S L
Decimal 55 91 194 0.72 0.53 0 0.24 224.46 0.56 0.49
Hex 37 5B C2 48 35 0 18 E0 38 31
Octal 67 133 302 110 65 0 30 340 70 61
Binary 110111 1011011 11000010 1001000 110101 0 11000 11100000 111000 110001

Color Harmonies of #375BC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375BC2

Black with #375BC2

Text Example


Text Example

White with #375BC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375BC2; }

 p { color: rgb(55,91,194); }

 H1.HeaderClassName
 {
   color: #375BC2;
 }
 .AnyTagClassName
 {
   color: #375BC2;
 }
</style>

background-color css

<style>
 a { background-color: #375BC2; }

 a { background-color: rgb(55,91,194); }

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

border-color css

<style>
 span { border-color: #375BC2; }

 span { border-color: rgb(55,91,194); }

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