Html Css Color HEX #3742BA Free Speech Blue

📋 copy color: '#3742BA'

red 55 ◦ green 66 ◦ blue 186

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

Shades of Free Speech Blue #3742BA

Tints of Free Speech Blue #3742BA

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.5%

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

R = 17.92%
G = 21.5%
B = 60.59%

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

#3742BA (or 0x3742BA) is known color: Free Speech Blue. HEX triplet: 37, 42 and BA. RGB value is (55,66,186). Sum of RGB (Red+Green+Blue) = 55+66+186=307 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.92% from 307); Green value is 66 (26.17% from 255 or 21.50% from 307); Blue value is 186 (73.05% from 255 or 60.59% from 307); Max value from RGB is 186 - color contains mainly: blue. Hex color #3742BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3742BA is #C8BD45. Grayscale: #4B4B4B. Windows color (decimal): -13155654 or 12206647. OLE color: 12206647.

HSL color Cylindrical-coordinate representation of color #3742BA: hue angle of 234.96º 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 #3742BA is Cyan = 0.70, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 55 66 186 -
CMYK 0.70 0.65 0 0.27
HSL 234.96º 0.54% 0.47% -
HSV(B) 234.96º 0.7% 0.73% -
XYZ 12.39 8.25 47.39 -
YUV 76.39 189.86 112.74 -
System Red Green Blue C M Y K H S L
Decimal 55 66 186 0.70 0.65 0 0.27 234.96 0.54 0.47
Hex 37 42 BA 46 41 0 1B EB 36 2F
Octal 67 102 272 106 101 0 33 353 66 57
Binary 110111 1000010 10111010 1000110 1000001 0 11011 11101011 110110 101111

Color Harmonies of #3742BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3742BA

Black with #3742BA

Text Example


Text Example

White with #3742BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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