Html Css Color HEX #375EC1 Free Speech Blue

📋 copy color: '#375EC1'

red 55 ◦ green 94 ◦ blue 193

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

Shades of Free Speech Blue #375EC1

Tints of Free Speech Blue #375EC1

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.49%

 BLUE value IS 193 (75.78% from 255) = 56.43%

R = 16.08%
G = 27.49%
B = 56.43%

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

#375EC1 (or 0x375EC1) is known color: Free Speech Blue. HEX triplet: 37, 5E and C1. RGB value is (55,94,193). Sum of RGB (Red+Green+Blue) = 55+94+193=342 (45% of max value = 765). Red value is 55 (21.88% from 255 or 16.08% from 342); Green value is 94 (37.11% from 255 or 27.49% from 342); Blue value is 193 (75.78% from 255 or 56.43% from 342); Max value from RGB is 193 - color contains mainly: blue. Hex color #375EC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #375EC1 is #C8A13E. Grayscale: #5D5D5D. Windows color (decimal): -13148479 or 12672567. OLE color: 12672567.

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

Color convert

RGB 55 94 193 -
CMYK 0.72 0.51 0 0.24
HSL 223.04º 0.56% 0.49% -
HSV(B) 223.04º 0.72% 0.76% -
XYZ 15.2 12.67 52.1 -
YUV 93.63 184.08 100.45 -
System Red Green Blue C M Y K H S L
Decimal 55 94 193 0.72 0.51 0 0.24 223.04 0.56 0.49
Hex 37 5E C1 48 33 0 18 DF 38 31
Octal 67 136 301 110 63 0 30 337 70 61
Binary 110111 1011110 11000001 1001000 110011 0 11000 11011111 111000 110001

Color Harmonies of #375EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375EC1

Black with #375EC1

Text Example


Text Example

White with #375EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,94,193); }

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

background-color css

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

 a { background-color: rgb(55,94,193); }

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

border-color css

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

 span { border-color: rgb(55,94,193); }

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