Html Css Color HEX #3758CD Free Speech Blue

📋 copy color: '#3758CD'

red 55 ◦ green 88 ◦ blue 205

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

Shades of Free Speech Blue #3758CD

Tints of Free Speech Blue #3758CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 58.91%

R = 15.8%
G = 25.29%
B = 58.91%

CMYK

 C value IS 0.73

 M value IS 0.57

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3758CD (or 0x3758CD) is known color: Free Speech Blue. HEX triplet: 37, 58 and CD. RGB value is (55,88,205). Sum of RGB (Red+Green+Blue) = 55+88+205=348 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.80% from 348); Green value is 88 (34.77% from 255 or 25.29% from 348); Blue value is 205 (80.47% from 255 or 58.91% from 348); Max value from RGB is 205 - color contains mainly: blue. Hex color #3758CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3758CD is #C8A732. Grayscale: #5A5A5A. Windows color (decimal): -13150003 or 13457463. OLE color: 13457463.

HSL color Cylindrical-coordinate representation of color #3758CD: hue angle of 226.8º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3758CD is Cyan = 0.73, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 55 88 205 -
CMYK 0.73 0.57 0 0.20
HSL 226.8º 0.6% 0.51% -
HSV(B) 226.8º 0.73% 0.8% -
XYZ 16.08 12.2 59.26 -
YUV 91.47 192.07 101.99 -
System Red Green Blue C M Y K H S L
Decimal 55 88 205 0.73 0.57 0 0.20 226.8 0.6 0.51
Hex 37 58 CD 49 39 0 14 E3 3C 33
Octal 67 130 315 111 71 0 24 343 74 63
Binary 110111 1011000 11001101 1001001 111001 0 10100 11100011 111100 110011

Color Harmonies of #3758CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3758CD

Black with #3758CD

Text Example


Text Example

White with #3758CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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