Html Css Color HEX #375FC2 Free Speech Blue

📋 copy color: '#375FC2'

red 55 ◦ green 95 ◦ blue 194

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

Shades of Free Speech Blue #375FC2

Tints of Free Speech Blue #375FC2

RGB

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

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

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

R = 15.99%
G = 27.62%
B = 56.4%

CMYK

 C value IS 0.72

 M value IS 0.51

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#375FC2 (or 0x375FC2) is known color: Free Speech Blue. HEX triplet: 37, 5F and C2. RGB value is (55,95,194). Sum of RGB (Red+Green+Blue) = 55+95+194=344 (45% of max value = 765). Red value is 55 (21.88% from 255 or 15.99% from 344); Green value is 95 (37.5% from 255 or 27.62% from 344); Blue value is 194 (76.17% from 255 or 56.40% from 344); Max value from RGB is 194 - color contains mainly: blue. Hex color #375FC2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #375FC2 is #C8A03D. Grayscale: #5D5D5D. Windows color (decimal): -13148222 or 12738359. OLE color: 12738359.

HSL color Cylindrical-coordinate representation of color #375FC2: hue angle of 222.73º 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 #375FC2 is Cyan = 0.72, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 55 95 194 -
CMYK 0.72 0.51 0 0.24
HSL 222.73º 0.56% 0.49% -
HSV(B) 222.73º 0.72% 0.76% -
XYZ 15.41 12.89 52.72 -
YUV 94.33 184.25 99.95 -
System Red Green Blue C M Y K H S L
Decimal 55 95 194 0.72 0.51 0 0.24 222.73 0.56 0.49
Hex 37 5F C2 48 33 0 18 DF 38 31
Octal 67 137 302 110 63 0 30 337 70 61
Binary 110111 1011111 11000010 1001000 110011 0 11000 11011111 111000 110001

Color Harmonies of #375FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375FC2

Black with #375FC2

Text Example


Text Example

White with #375FC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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