Html Css Color HEX #3D4DB6 Free Speech Blue

📋 copy color: '#3D4DB6'

red 61 ◦ green 77 ◦ blue 182

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

Shades of Free Speech Blue #3D4DB6

Tints of Free Speech Blue #3D4DB6

RGB

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

 GREEN value IS 77 (30.47% from 255) = 24.06%

 BLUE value IS 182 (71.48% from 255) = 56.88%

R = 19.06%
G = 24.06%
B = 56.88%

CMYK

 C value IS 0.66

 M value IS 0.58

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#3D4DB6 (or 0x3D4DB6) is known color: Free Speech Blue. HEX triplet: 3D, 4D and B6. RGB value is (61,77,182). Sum of RGB (Red+Green+Blue) = 61+77+182=320 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.06% from 320); Green value is 77 (30.47% from 255 or 24.06% from 320); Blue value is 182 (71.48% from 255 or 56.88% from 320); Max value from RGB is 182 - color contains mainly: blue. Hex color #3D4DB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D4DB6 is #C2B249. Grayscale: #535353. Windows color (decimal): -12759626 or 11947325. OLE color: 11947325.

HSL color Cylindrical-coordinate representation of color #3D4DB6: hue angle of 232.07º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3D4DB6 is Cyan = 0.66, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 61 77 182 -
CMYK 0.66 0.58 0 0.29
HSL 232.07º 0.5% 0.48% -
HSV(B) 232.07º 0.66% 0.71% -
XYZ 13.02 9.68 45.44 -
YUV 84.19 183.2 111.46 -
System Red Green Blue C M Y K H S L
Decimal 61 77 182 0.66 0.58 0 0.29 232.07 0.5 0.48
Hex 3D 4D B6 42 3A 0 1D E8 32 30
Octal 75 115 266 102 72 0 35 350 62 60
Binary 111101 1001101 10110110 1000010 111010 0 11101 11101000 110010 110000

Color Harmonies of #3D4DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D4DB6

Black with #3D4DB6

Text Example


Text Example

White with #3D4DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,77,182); }

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

background-color css

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

 a { background-color: rgb(61,77,182); }

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

border-color css

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

 span { border-color: rgb(61,77,182); }

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