Html Css Color HEX #3D49DB Free Speech Blue

📋 copy color: '#3D49DB'

red 61 ◦ green 73 ◦ blue 219

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

Shades of Free Speech Blue #3D49DB

Tints of Free Speech Blue #3D49DB

RGB

 RED value IS 61 (24.22% from 255) = 17.28%

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

 BLUE value IS 219 (85.94% from 255) = 62.04%

R = 17.28%
G = 20.68%
B = 62.04%

CMYK

 C value IS 0.72

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3D49DB (or 0x3D49DB) is known color: Free Speech Blue. HEX triplet: 3D, 49 and DB. RGB value is (61,73,219). Sum of RGB (Red+Green+Blue) = 61+73+219=353 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.28% from 353); Green value is 73 (28.91% from 255 or 20.68% from 353); Blue value is 219 (85.94% from 255 or 62.04% from 353); Max value from RGB is 219 - color contains mainly: blue. Hex color #3D49DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D49DB is #C2B624. Grayscale: #555555. Windows color (decimal): -12760613 or 14371133. OLE color: 14371133.

HSL color Cylindrical-coordinate representation of color #3D49DB: hue angle of 235.44º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3D49DB is Cyan = 0.72, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 61 73 219 -
CMYK 0.72 0.67 0 0.14
HSL 235.44º 0.69% 0.55% -
HSV(B) 235.44º 0.72% 0.86% -
XYZ 17.09 10.87 68.22 -
YUV 86.06 203.02 110.13 -
System Red Green Blue C M Y K H S L
Decimal 61 73 219 0.72 0.67 0 0.14 235.44 0.69 0.55
Hex 3D 49 DB 48 43 0 E EB 45 37
Octal 75 111 333 110 103 0 16 353 105 67
Binary 111101 1001001 11011011 1001000 1000011 0 1110 11101011 1000101 110111

Color Harmonies of #3D49DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D49DB

Black with #3D49DB

Text Example


Text Example

White with #3D49DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3D49DB; }

 p { color: rgb(61,73,219); }

 H1.HeaderClassName
 {
   color: #3D49DB;
 }
 .AnyTagClassName
 {
   color: #3D49DB;
 }
</style>

background-color css

<style>
 a { background-color: #3D49DB; }

 a { background-color: rgb(61,73,219); }

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

border-color css

<style>
 span { border-color: #3D49DB; }

 span { border-color: rgb(61,73,219); }

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