Html Css Color HEX #375DC2 Free Speech Blue

📋 copy color: '#375DC2'

red 55 ◦ green 93 ◦ blue 194

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

Shades of Free Speech Blue #375DC2

Tints of Free Speech Blue #375DC2

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.19%

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

R = 16.08%
G = 27.19%
B = 56.73%

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

#375DC2 (or 0x375DC2) is known color: Free Speech Blue. HEX triplet: 37, 5D and C2. RGB value is (55,93,194). Sum of RGB (Red+Green+Blue) = 55+93+194=342 (45% of max value = 765). Red value is 55 (21.88% from 255 or 16.08% from 342); Green value is 93 (36.72% from 255 or 27.19% from 342); Blue value is 194 (76.17% from 255 or 56.73% from 342); Max value from RGB is 194 - color contains mainly: blue. Hex color #375DC2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #375DC2 is #C8A23D. Grayscale: #5C5C5C. Windows color (decimal): -13148734 or 12737847. OLE color: 12737847.

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

Color convert

RGB 55 93 194 -
CMYK 0.72 0.52 0 0.24
HSL 223.6º 0.56% 0.49% -
HSV(B) 223.6º 0.72% 0.76% -
XYZ 15.23 12.54 52.66 -
YUV 93.15 184.91 100.79 -
System Red Green Blue C M Y K H S L
Decimal 55 93 194 0.72 0.52 0 0.24 223.6 0.56 0.49
Hex 37 5D C2 48 34 0 18 E0 38 31
Octal 67 135 302 110 64 0 30 340 70 61
Binary 110111 1011101 11000010 1001000 110100 0 11000 11100000 111000 110001

Color Harmonies of #375DC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375DC2

Black with #375DC2

Text Example


Text Example

White with #375DC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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