Html Css Color HEX #3748E1 Free Speech Blue

📋 copy color: '#3748E1'

red 55 ◦ green 72 ◦ blue 225

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

Shades of Free Speech Blue #3748E1

Tints of Free Speech Blue #3748E1

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.45%

 BLUE value IS 225 (88.28% from 255) = 63.92%

R = 15.63%
G = 20.45%
B = 63.92%

CMYK

 C value IS 0.76

 M value IS 0.68

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#3748E1 (or 0x3748E1) is known color: Free Speech Blue. HEX triplet: 37, 48 and E1. RGB value is (55,72,225). Sum of RGB (Red+Green+Blue) = 55+72+225=352 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.62% from 352); Green value is 72 (28.52% from 255 or 20.45% from 352); Blue value is 225 (88.28% from 255 or 63.92% from 352); Max value from RGB is 225 - color contains mainly: blue. Hex color #3748E1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3748E1 is #C8B71E. Grayscale: #535353. Windows color (decimal): -13154079 or 14764087. OLE color: 14764087.

HSL color Cylindrical-coordinate representation of color #3748E1: hue angle of 234º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3748E1 is Cyan = 0.76, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 55 72 225 -
CMYK 0.76 0.68 0 0.12
HSL 234º 0.74% 0.55% -
HSV(B) 234º 0.76% 0.88% -
XYZ 17.48 10.88 72.41 -
YUV 84.36 207.37 107.06 -
System Red Green Blue C M Y K H S L
Decimal 55 72 225 0.76 0.68 0 0.12 234 0.74 0.55
Hex 37 48 E1 4C 44 0 C EA 4A 37
Octal 67 110 341 114 104 0 14 352 112 67
Binary 110111 1001000 11100001 1001100 1000100 0 1100 11101010 1001010 110111

Color Harmonies of #3748E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3748E1

Black with #3748E1

Text Example


Text Example

White with #3748E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3748E1; }

 p { color: rgb(55,72,225); }

 H1.HeaderClassName
 {
   color: #3748E1;
 }
 .AnyTagClassName
 {
   color: #3748E1;
 }
</style>

background-color css

<style>
 a { background-color: #3748E1; }

 a { background-color: rgb(55,72,225); }

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

border-color css

<style>
 span { border-color: #3748E1; }

 span { border-color: rgb(55,72,225); }

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