Html Css Color HEX #3758CC Free Speech Blue

📋 copy color: '#3758CC'

red 55 ◦ green 88 ◦ blue 204

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

Shades of Free Speech Blue #3758CC

Tints of Free Speech Blue #3758CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 58.79%

R = 15.85%
G = 25.36%
B = 58.79%

CMYK

 C value IS 0.73

 M value IS 0.57

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3758CC (or 0x3758CC) is known color: Free Speech Blue. HEX triplet: 37, 58 and CC. RGB value is (55,88,204). Sum of RGB (Red+Green+Blue) = 55+88+204=347 (45% of max value = 765). Red value is 55 (21.88% from 255 or 15.85% from 347); Green value is 88 (34.77% from 255 or 25.36% from 347); Blue value is 204 (80.08% from 255 or 58.79% from 347); Max value from RGB is 204 - color contains mainly: blue. Hex color #3758CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3758CC is #C8A733. Grayscale: #5A5A5A. Windows color (decimal): -13150004 or 13391927. OLE color: 13391927.

HSL color Cylindrical-coordinate representation of color #3758CC: hue angle of 226.71º degrees, saturation: 0.59, 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 #3758CC is Cyan = 0.73, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 55 88 204 -
CMYK 0.73 0.57 0 0.2
HSL 226.71º 0.59% 0.51% -
HSV(B) 226.71º 0.73% 0.8% -
XYZ 15.96 12.15 58.63 -
YUV 91.36 191.57 102.07 -
System Red Green Blue C M Y K H S L
Decimal 55 88 204 0.73 0.57 0 0.2 226.71 0.59 0.51
Hex 37 58 CC 49 39 0 14 E3 3B 33
Octal 67 130 314 111 71 0 24 343 73 63
Binary 110111 1011000 11001100 1001001 111001 0 10100 11100011 111011 110011

Color Harmonies of #3758CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3758CC

Black with #3758CC

Text Example


Text Example

White with #3758CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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