Html Css Color HEX #375BCF Free Speech Blue

📋 copy color: '#375BCF'

red 55 ◦ green 91 ◦ blue 207

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

Shades of Free Speech Blue #375BCF

Tints of Free Speech Blue #375BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 58.64%

R = 15.58%
G = 25.78%
B = 58.64%

CMYK

 C value IS 0.73

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#375BCF (or 0x375BCF) is known color: Free Speech Blue. HEX triplet: 37, 5B and CF. RGB value is (55,91,207). Sum of RGB (Red+Green+Blue) = 55+91+207=353 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.58% from 353); Green value is 91 (35.94% from 255 or 25.78% from 353); Blue value is 207 (81.25% from 255 or 58.64% from 353); Max value from RGB is 207 - color contains mainly: blue. Hex color #375BCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #375BCF is #C8A430. Grayscale: #5C5C5C. Windows color (decimal): -13149233 or 13589303. OLE color: 13589303.

HSL color Cylindrical-coordinate representation of color #375BCF: hue angle of 225.79º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #375BCF is Cyan = 0.73, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 55 91 207 -
CMYK 0.73 0.56 0 0.19
HSL 225.79º 0.61% 0.51% -
HSV(B) 225.79º 0.73% 0.81% -
XYZ 16.58 12.8 60.63 -
YUV 93.46 192.07 100.57 -
System Red Green Blue C M Y K H S L
Decimal 55 91 207 0.73 0.56 0 0.19 225.79 0.61 0.51
Hex 37 5B CF 49 38 0 13 E2 3D 33
Octal 67 133 317 111 70 0 23 342 75 63
Binary 110111 1011011 11001111 1001001 111000 0 10011 11100010 111101 110011

Color Harmonies of #375BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375BCF

Black with #375BCF

Text Example


Text Example

White with #375BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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