Html Css Color HEX #375EC3 Free Speech Blue

📋 copy color: '#375EC3'

red 55 ◦ green 94 ◦ blue 195

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

Shades of Free Speech Blue #375EC3

Tints of Free Speech Blue #375EC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 56.69%

R = 15.99%
G = 27.33%
B = 56.69%

CMYK

 C value IS 0.72

 M value IS 0.52

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#375EC3 (or 0x375EC3) is known color: Free Speech Blue. HEX triplet: 37, 5E and C3. RGB value is (55,94,195). Sum of RGB (Red+Green+Blue) = 55+94+195=344 (45% of max value = 765). Red value is 55 (21.88% from 255 or 15.99% from 344); Green value is 94 (37.11% from 255 or 27.33% from 344); Blue value is 195 (76.56% from 255 or 56.69% from 344); Max value from RGB is 195 - color contains mainly: blue. Hex color #375EC3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #375EC3 is #C8A13C. Grayscale: #5D5D5D. Windows color (decimal): -13148477 or 12803639. OLE color: 12803639.

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

Color convert

RGB 55 94 195 -
CMYK 0.72 0.52 0 0.24
HSL 223.29º 0.56% 0.49% -
HSV(B) 223.29º 0.72% 0.76% -
XYZ 15.43 12.76 53.28 -
YUV 93.85 185.08 100.29 -
System Red Green Blue C M Y K H S L
Decimal 55 94 195 0.72 0.52 0 0.24 223.29 0.56 0.49
Hex 37 5E C3 48 34 0 18 DF 38 31
Octal 67 136 303 110 64 0 30 337 70 61
Binary 110111 1011110 11000011 1001000 110100 0 11000 11011111 111000 110001

Color Harmonies of #375EC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375EC3

Black with #375EC3

Text Example


Text Example

White with #375EC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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