Html Css Color HEX #375CC0 Free Speech Blue

📋 copy color: '#375CC0'

red 55 ◦ green 92 ◦ blue 192

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

Shades of Free Speech Blue #375CC0

Tints of Free Speech Blue #375CC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 56.64%

R = 16.22%
G = 27.14%
B = 56.64%

CMYK

 C value IS 0.71

 M value IS 0.52

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#375CC0 (or 0x375CC0) is known color: Free Speech Blue. HEX triplet: 37, 5C and C0. RGB value is (55,92,192). Sum of RGB (Red+Green+Blue) = 55+92+192=339 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.22% from 339); Green value is 92 (36.33% from 255 or 27.14% from 339); Blue value is 192 (75.39% from 255 or 56.64% from 339); Max value from RGB is 192 - color contains mainly: blue. Hex color #375CC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #375CC0 is #C8A33F. Grayscale: #5B5B5B. Windows color (decimal): -13148992 or 12606519. OLE color: 12606519.

HSL color Cylindrical-coordinate representation of color #375CC0: hue angle of 223.8º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #375CC0 is Cyan = 0.71, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 55 92 192 -
CMYK 0.71 0.52 0 0.25
HSL 223.8º 0.55% 0.48% -
HSV(B) 223.8º 0.71% 0.75% -
XYZ 14.92 12.27 51.45 -
YUV 92.34 184.24 101.37 -
System Red Green Blue C M Y K H S L
Decimal 55 92 192 0.71 0.52 0 0.25 223.8 0.55 0.48
Hex 37 5C C0 47 34 0 19 E0 37 30
Octal 67 134 300 107 64 0 31 340 67 60
Binary 110111 1011100 11000000 1000111 110100 0 11001 11100000 110111 110000

Color Harmonies of #375CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375CC0

Black with #375CC0

Text Example


Text Example

White with #375CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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