Html Css Color HEX #375CC5 Free Speech Blue

📋 copy color: '#375CC5'

red 55 ◦ green 92 ◦ blue 197

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

Shades of Free Speech Blue #375CC5

Tints of Free Speech Blue #375CC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 57.27%

R = 15.99%
G = 26.74%
B = 57.27%

CMYK

 C value IS 0.72

 M value IS 0.53

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#375CC5 (or 0x375CC5) is known color: Free Speech Blue. HEX triplet: 37, 5C and C5. RGB value is (55,92,197). Sum of RGB (Red+Green+Blue) = 55+92+197=344 (45% of max value = 765). Red value is 55 (21.88% from 255 or 15.99% from 344); Green value is 92 (36.33% from 255 or 26.74% from 344); Blue value is 197 (77.34% from 255 or 57.27% from 344); Max value from RGB is 197 - color contains mainly: blue. Hex color #375CC5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #375CC5 is #C8A33A. Grayscale: #5C5C5C. Windows color (decimal): -13148987 or 12934199. OLE color: 12934199.

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

Color convert

RGB 55 92 197 -
CMYK 0.72 0.53 0 0.23
HSL 224.37º 0.56% 0.49% -
HSV(B) 224.37º 0.72% 0.77% -
XYZ 15.48 12.5 54.42 -
YUV 92.91 186.74 100.96 -
System Red Green Blue C M Y K H S L
Decimal 55 92 197 0.72 0.53 0 0.23 224.37 0.56 0.49
Hex 37 5C C5 48 35 0 17 E0 38 31
Octal 67 134 305 110 65 0 27 340 70 61
Binary 110111 1011100 11000101 1001000 110101 0 10111 11100000 111000 110001

Color Harmonies of #375CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375CC5

Black with #375CC5

Text Example


Text Example

White with #375CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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