Html Css Color HEX #376BC6 Free Speech Blue

📋 copy color: '#376BC6'

red 55 ◦ green 107 ◦ blue 198

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

Shades of Free Speech Blue #376BC6

Tints of Free Speech Blue #376BC6

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.72%

 BLUE value IS 198 (77.73% from 255) = 55%

R = 15.28%
G = 29.72%
B = 55%

CMYK

 C value IS 0.72

 M value IS 0.46

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#376BC6 (or 0x376BC6) is known color: Free Speech Blue. HEX triplet: 37, 6B and C6. RGB value is (55,107,198). Sum of RGB (Red+Green+Blue) = 55+107+198=360 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.28% from 360); Green value is 107 (42.19% from 255 or 29.72% from 360); Blue value is 198 (77.73% from 255 or 55% from 360); Max value from RGB is 198 - color contains mainly: blue. Hex color #376BC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #376BC6 is #C89439. Grayscale: #656565. Windows color (decimal): -13145146 or 13003575. OLE color: 13003575.

HSL color Cylindrical-coordinate representation of color #376BC6: hue angle of 218.18º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #376BC6 is Cyan = 0.72, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 55 107 198 -
CMYK 0.72 0.46 0 0.22
HSL 218.18º 0.57% 0.5% -
HSV(B) 218.18º 0.72% 0.78% -
XYZ 17.03 15.4 55.5 -
YUV 101.83 182.27 94.6 -
System Red Green Blue C M Y K H S L
Decimal 55 107 198 0.72 0.46 0 0.22 218.18 0.57 0.5
Hex 37 6B C6 48 2E 0 16 DA 39 32
Octal 67 153 306 110 56 0 26 332 71 62
Binary 110111 1101011 11000110 1001000 101110 0 10110 11011010 111001 110010

Color Harmonies of #376BC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376BC6

Black with #376BC6

Text Example


Text Example

White with #376BC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376BC6; }

 p { color: rgb(55,107,198); }

 H1.HeaderClassName
 {
   color: #376BC6;
 }
 .AnyTagClassName
 {
   color: #376BC6;
 }
</style>

background-color css

<style>
 a { background-color: #376BC6; }

 a { background-color: rgb(55,107,198); }

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

border-color css

<style>
 span { border-color: #376BC6; }

 span { border-color: rgb(55,107,198); }

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