Html Css Color HEX #3741BA Free Speech Blue

📋 copy color: '#3741BA'

red 55 ◦ green 65 ◦ blue 186

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

Shades of Free Speech Blue #3741BA

Tints of Free Speech Blue #3741BA

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.24%

 BLUE value IS 186 (73.05% from 255) = 60.78%

R = 17.97%
G = 21.24%
B = 60.78%

CMYK

 C value IS 0.70

 M value IS 0.65

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3741BA (or 0x3741BA) is known color: Free Speech Blue. HEX triplet: 37, 41 and BA. RGB value is (55,65,186). Sum of RGB (Red+Green+Blue) = 55+65+186=306 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.97% from 306); Green value is 65 (25.78% from 255 or 21.24% from 306); Blue value is 186 (73.05% from 255 or 60.78% from 306); Max value from RGB is 186 - color contains mainly: blue. Hex color #3741BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3741BA is #C8BE45. Grayscale: #4B4B4B. Windows color (decimal): -13155910 or 12206391. OLE color: 12206391.

HSL color Cylindrical-coordinate representation of color #3741BA: hue angle of 235.42º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3741BA is Cyan = 0.70, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 55 65 186 -
CMYK 0.70 0.65 0 0.27
HSL 235.42º 0.54% 0.47% -
HSV(B) 235.42º 0.7% 0.73% -
XYZ 12.33 8.14 47.38 -
YUV 75.8 190.19 113.16 -
System Red Green Blue C M Y K H S L
Decimal 55 65 186 0.70 0.65 0 0.27 235.42 0.54 0.47
Hex 37 41 BA 46 41 0 1B EB 36 2F
Octal 67 101 272 106 101 0 33 353 66 57
Binary 110111 1000001 10111010 1000110 1000001 0 11011 11101011 110110 101111

Color Harmonies of #3741BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3741BA

Black with #3741BA

Text Example


Text Example

White with #3741BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3741BA; }

 p { color: rgb(55,65,186); }

 H1.HeaderClassName
 {
   color: #3741BA;
 }
 .AnyTagClassName
 {
   color: #3741BA;
 }
</style>

background-color css

<style>
 a { background-color: #3741BA; }

 a { background-color: rgb(55,65,186); }

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

border-color css

<style>
 span { border-color: #3741BA; }

 span { border-color: rgb(55,65,186); }

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