Html Css Color HEX #3748DD Free Speech Blue

📋 copy color: '#3748DD'

red 55 ◦ green 72 ◦ blue 221

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

Shades of Free Speech Blue #3748DD

Tints of Free Speech Blue #3748DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 63.51%

R = 15.8%
G = 20.69%
B = 63.51%

CMYK

 C value IS 0.75

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3748DD (or 0x3748DD) is known color: Free Speech Blue. HEX triplet: 37, 48 and DD. RGB value is (55,72,221). Sum of RGB (Red+Green+Blue) = 55+72+221=348 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.80% from 348); Green value is 72 (28.52% from 255 or 20.69% from 348); Blue value is 221 (86.72% from 255 or 63.51% from 348); Max value from RGB is 221 - color contains mainly: blue. Hex color #3748DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3748DD is #C8B722. Grayscale: #535353. Windows color (decimal): -13154083 or 14501943. OLE color: 14501943.

HSL color Cylindrical-coordinate representation of color #3748DD: hue angle of 233.86º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3748DD is Cyan = 0.75, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 55 72 221 -
CMYK 0.75 0.67 0 0.13
HSL 233.86º 0.71% 0.54% -
HSV(B) 233.86º 0.75% 0.87% -
XYZ 16.94 10.67 69.57 -
YUV 83.9 205.37 107.38 -
System Red Green Blue C M Y K H S L
Decimal 55 72 221 0.75 0.67 0 0.13 233.86 0.71 0.54
Hex 37 48 DD 4B 43 0 D EA 47 36
Octal 67 110 335 113 103 0 15 352 107 66
Binary 110111 1001000 11011101 1001011 1000011 0 1101 11101010 1000111 110110

Color Harmonies of #3748DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3748DD

Black with #3748DD

Text Example


Text Example

White with #3748DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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