Html Css Color HEX #3749CC Free Speech Blue

📋 copy color: '#3749CC'

red 55 ◦ green 73 ◦ blue 204

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

Shades of Free Speech Blue #3749CC

Tints of Free Speech Blue #3749CC

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.99%

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

R = 16.57%
G = 21.99%
B = 61.45%

CMYK

 C value IS 0.73

 M value IS 0.64

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3749CC (or 0x3749CC) is known color: Free Speech Blue. HEX triplet: 37, 49 and CC. RGB value is (55,73,204). Sum of RGB (Red+Green+Blue) = 55+73+204=332 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.57% from 332); Green value is 73 (28.91% from 255 or 21.99% from 332); Blue value is 204 (80.08% from 255 or 61.45% from 332); Max value from RGB is 204 - color contains mainly: blue. Hex color #3749CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3749CC is #C8B633. Grayscale: #525252. Windows color (decimal): -13153844 or 13388087. OLE color: 13388087.

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

Color convert

RGB 55 73 204 -
CMYK 0.73 0.64 0 0.2
HSL 232.75º 0.59% 0.51% -
HSV(B) 232.75º 0.73% 0.8% -
XYZ 14.86 9.94 58.26 -
YUV 82.55 196.54 108.35 -
System Red Green Blue C M Y K H S L
Decimal 55 73 204 0.73 0.64 0 0.2 232.75 0.59 0.51
Hex 37 49 CC 49 40 0 14 E9 3B 33
Octal 67 111 314 111 100 0 24 351 73 63
Binary 110111 1001001 11001100 1001001 1000000 0 10100 11101001 111011 110011

Color Harmonies of #3749CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3749CC

Black with #3749CC

Text Example


Text Example

White with #3749CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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