Html Css Color HEX #375BC0 Free Speech Blue

📋 copy color: '#375BC0'

red 55 ◦ green 91 ◦ blue 192

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

Shades of Free Speech Blue #375BC0

Tints of Free Speech Blue #375BC0

RGB

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

 GREEN value IS 91 (35.94% from 255) = 26.92%

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

R = 16.27%
G = 26.92%
B = 56.8%

CMYK

 C value IS 0.71

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#375BC0 (or 0x375BC0) is known color: Free Speech Blue. HEX triplet: 37, 5B and C0. RGB value is (55,91,192). Sum of RGB (Red+Green+Blue) = 55+91+192=338 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.27% from 338); Green value is 91 (35.94% from 255 or 26.92% from 338); Blue value is 192 (75.39% from 255 or 56.80% from 338); Max value from RGB is 192 - color contains mainly: blue. Hex color #375BC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #375BC0 is #C8A43F. Grayscale: #5B5B5B. Windows color (decimal): -13149248 or 12606263. OLE color: 12606263.

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

Color convert

RGB 55 91 192 -
CMYK 0.71 0.53 0 0.25
HSL 224.23º 0.55% 0.48% -
HSV(B) 224.23º 0.71% 0.75% -
XYZ 14.83 12.1 51.42 -
YUV 91.75 184.57 101.79 -
System Red Green Blue C M Y K H S L
Decimal 55 91 192 0.71 0.53 0 0.25 224.23 0.55 0.48
Hex 37 5B C0 47 35 0 19 E0 37 30
Octal 67 133 300 107 65 0 31 340 67 60
Binary 110111 1011011 11000000 1000111 110101 0 11001 11100000 110111 110000

Color Harmonies of #375BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375BC0

Black with #375BC0

Text Example


Text Example

White with #375BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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