Html Css Color HEX #3758D7 Free Speech Blue

📋 copy color: '#3758D7'

red 55 ◦ green 88 ◦ blue 215

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

Shades of Free Speech Blue #3758D7

Tints of Free Speech Blue #3758D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 60.06%

R = 15.36%
G = 24.58%
B = 60.06%

CMYK

 C value IS 0.74

 M value IS 0.59

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#3758D7 (or 0x3758D7) is known color: Free Speech Blue. HEX triplet: 37, 58 and D7. RGB value is (55,88,215). Sum of RGB (Red+Green+Blue) = 55+88+215=358 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.36% from 358); Green value is 88 (34.77% from 255 or 24.58% from 358); Blue value is 215 (84.38% from 255 or 60.06% from 358); Max value from RGB is 215 - color contains mainly: blue. Hex color #3758D7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3758D7 is #C8A728. Grayscale: #5C5C5C. Windows color (decimal): -13149993 or 14112823. OLE color: 14112823.

HSL color Cylindrical-coordinate representation of color #3758D7: hue angle of 227.62º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3758D7 is Cyan = 0.74, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 55 88 215 -
CMYK 0.74 0.59 0 0.16
HSL 227.63º 0.67% 0.53% -
HSV(B) 227.63º 0.74% 0.84% -
XYZ 17.33 12.7 65.83 -
YUV 92.61 197.07 101.17 -
System Red Green Blue C M Y K H S L
Decimal 55 88 215 0.74 0.59 0 0.16 227.63 0.67 0.53
Hex 37 58 D7 4A 3B 0 10 E4 43 35
Octal 67 130 327 112 73 0 20 344 103 65
Binary 110111 1011000 11010111 1001010 111011 0 10000 11100100 1000011 110101

Color Harmonies of #3758D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3758D7

Black with #3758D7

Text Example


Text Example

White with #3758D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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