Html Css Color HEX #375EC4 Free Speech Blue

📋 copy color: '#375EC4'

red 55 ◦ green 94 ◦ blue 196

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

Shades of Free Speech Blue #375EC4

Tints of Free Speech Blue #375EC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 56.81%

R = 15.94%
G = 27.25%
B = 56.81%

CMYK

 C value IS 0.72

 M value IS 0.52

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#375EC4 (or 0x375EC4) is known color: Free Speech Blue. HEX triplet: 37, 5E and C4. RGB value is (55,94,196). Sum of RGB (Red+Green+Blue) = 55+94+196=345 (45% of max value = 765). Red value is 55 (21.88% from 255 or 15.94% from 345); Green value is 94 (37.11% from 255 or 27.25% from 345); Blue value is 196 (76.95% from 255 or 56.81% from 345); Max value from RGB is 196 - color contains mainly: blue. Hex color #375EC4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #375EC4 is #C8A13B. Grayscale: #5D5D5D. Windows color (decimal): -13148476 or 12869175. OLE color: 12869175.

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

Color convert

RGB 55 94 196 -
CMYK 0.72 0.52 0 0.23
HSL 223.4º 0.56% 0.49% -
HSV(B) 223.4º 0.72% 0.77% -
XYZ 15.54 12.8 53.88 -
YUV 93.97 185.58 100.21 -
System Red Green Blue C M Y K H S L
Decimal 55 94 196 0.72 0.52 0 0.23 223.4 0.56 0.49
Hex 37 5E C4 48 34 0 17 DF 38 31
Octal 67 136 304 110 64 0 27 337 70 61
Binary 110111 1011110 11000100 1001000 110100 0 10111 11011111 111000 110001

Color Harmonies of #375EC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375EC4

Black with #375EC4

Text Example


Text Example

White with #375EC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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