Html Css Color HEX #375BBF Free Speech Blue

📋 copy color: '#375BBF'

red 55 ◦ green 91 ◦ blue 191

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

Shades of Free Speech Blue #375BBF

Tints of Free Speech Blue #375BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 56.68%

R = 16.32%
G = 27%
B = 56.68%

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

#375BBF (or 0x375BBF) is known color: Free Speech Blue. HEX triplet: 37, 5B and BF. RGB value is (55,91,191). Sum of RGB (Red+Green+Blue) = 55+91+191=337 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.32% from 337); Green value is 91 (35.94% from 255 or 27.00% from 337); Blue value is 191 (75% from 255 or 56.68% from 337); Max value from RGB is 191 - color contains mainly: blue. Hex color #375BBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #375BBF is #C8A440. Grayscale: #5B5B5B. Windows color (decimal): -13149249 or 12540727. OLE color: 12540727.

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

Color convert

RGB 55 91 191 -
CMYK 0.71 0.52 0 0.25
HSL 224.12º 0.55% 0.48% -
HSV(B) 224.12º 0.71% 0.75% -
XYZ 14.72 12.06 50.84 -
YUV 91.64 184.07 101.87 -
System Red Green Blue C M Y K H S L
Decimal 55 91 191 0.71 0.52 0 0.25 224.12 0.55 0.48
Hex 37 5B BF 47 34 0 19 E0 37 30
Octal 67 133 277 107 64 0 31 340 67 60
Binary 110111 1011011 10111111 1000111 110100 0 11001 11100000 110111 110000

Color Harmonies of #375BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375BBF

Black with #375BBF

Text Example


Text Example

White with #375BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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