Html Css Color HEX #3758C3 Free Speech Blue

📋 copy color: '#3758C3'

red 55 ◦ green 88 ◦ blue 195

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

Shades of Free Speech Blue #3758C3

Tints of Free Speech Blue #3758C3

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.04%

 BLUE value IS 195 (76.56% from 255) = 57.69%

R = 16.27%
G = 26.04%
B = 57.69%

CMYK

 C value IS 0.72

 M value IS 0.55

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#3758C3 (or 0x3758C3) is known color: Free Speech Blue. HEX triplet: 37, 58 and C3. RGB value is (55,88,195). Sum of RGB (Red+Green+Blue) = 55+88+195=338 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.27% from 338); Green value is 88 (34.77% from 255 or 26.04% from 338); Blue value is 195 (76.56% from 255 or 57.69% from 338); Max value from RGB is 195 - color contains mainly: blue. Hex color #3758C3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3758C3 is #C8A73C. Grayscale: #595959. Windows color (decimal): -13150013 or 12802103. OLE color: 12802103.

HSL color Cylindrical-coordinate representation of color #3758C3: hue angle of 225.86º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3758C3 is Cyan = 0.72, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 55 88 195 -
CMYK 0.72 0.55 0 0.24
HSL 225.86º 0.56% 0.49% -
HSV(B) 225.86º 0.72% 0.76% -
XYZ 14.92 11.73 53.11 -
YUV 90.33 187.07 102.8 -
System Red Green Blue C M Y K H S L
Decimal 55 88 195 0.72 0.55 0 0.24 225.86 0.56 0.49
Hex 37 58 C3 48 37 0 18 E2 38 31
Octal 67 130 303 110 67 0 30 342 70 61
Binary 110111 1011000 11000011 1001000 110111 0 11000 11100010 111000 110001

Color Harmonies of #3758C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3758C3

Black with #3758C3

Text Example


Text Example

White with #3758C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3758C3; }

 p { color: rgb(55,88,195); }

 H1.HeaderClassName
 {
   color: #3758C3;
 }
 .AnyTagClassName
 {
   color: #3758C3;
 }
</style>

background-color css

<style>
 a { background-color: #3758C3; }

 a { background-color: rgb(55,88,195); }

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

border-color css

<style>
 span { border-color: #3758C3; }

 span { border-color: rgb(55,88,195); }

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