Html Css Color HEX #375CC2 Free Speech Blue

📋 copy color: '#375CC2'

red 55 ◦ green 92 ◦ blue 194

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

Shades of Free Speech Blue #375CC2

Tints of Free Speech Blue #375CC2

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.98%

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

R = 16.13%
G = 26.98%
B = 56.89%

CMYK

 C value IS 0.72

 M value IS 0.53

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#375CC2 (or 0x375CC2) is known color: Free Speech Blue. HEX triplet: 37, 5C and C2. RGB value is (55,92,194). Sum of RGB (Red+Green+Blue) = 55+92+194=341 (45% of max value = 765). Red value is 55 (21.88% from 255 or 16.13% from 341); Green value is 92 (36.33% from 255 or 26.98% from 341); Blue value is 194 (76.17% from 255 or 56.89% from 341); Max value from RGB is 194 - color contains mainly: blue. Hex color #375CC2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #375CC2 is #C8A33D. Grayscale: #5C5C5C. Windows color (decimal): -13148990 or 12737591. OLE color: 12737591.

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

Color convert

RGB 55 92 194 -
CMYK 0.72 0.53 0 0.24
HSL 224.03º 0.56% 0.49% -
HSV(B) 224.03º 0.72% 0.76% -
XYZ 15.14 12.36 52.63 -
YUV 92.57 185.24 101.21 -
System Red Green Blue C M Y K H S L
Decimal 55 92 194 0.72 0.53 0 0.24 224.03 0.56 0.49
Hex 37 5C C2 48 35 0 18 E0 38 31
Octal 67 134 302 110 65 0 30 340 70 61
Binary 110111 1011100 11000010 1001000 110101 0 11000 11100000 111000 110001

Color Harmonies of #375CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375CC2

Black with #375CC2

Text Example


Text Example

White with #375CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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