Html Css Color HEX #3D51DB Free Speech Blue

📋 copy color: '#3D51DB'

red 61 ◦ green 81 ◦ blue 219

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

Shades of Free Speech Blue #3D51DB

Tints of Free Speech Blue #3D51DB

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.44%

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

R = 16.9%
G = 22.44%
B = 60.66%

CMYK

 C value IS 0.72

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3D51DB (or 0x3D51DB) is known color: Free Speech Blue. HEX triplet: 3D, 51 and DB. RGB value is (61,81,219). Sum of RGB (Red+Green+Blue) = 61+81+219=361 (47% of max value = 765). Red value is 61 (24.22% from 255 or 16.90% from 361); Green value is 81 (32.03% from 255 or 22.44% from 361); Blue value is 219 (85.94% from 255 or 60.66% from 361); Max value from RGB is 219 - color contains mainly: blue. Hex color #3D51DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D51DB is #C2AE24. Grayscale: #5A5A5A. Windows color (decimal): -12758565 or 14373181. OLE color: 14373181.

HSL color Cylindrical-coordinate representation of color #3D51DB: hue angle of 232.41º 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 #3D51DB is Cyan = 0.72, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 61 81 219 -
CMYK 0.72 0.63 0 0.14
HSL 232.41º 0.69% 0.55% -
HSV(B) 232.41º 0.72% 0.86% -
XYZ 17.65 11.99 68.4 -
YUV 90.75 200.37 106.78 -
System Red Green Blue C M Y K H S L
Decimal 61 81 219 0.72 0.63 0 0.14 232.41 0.69 0.55
Hex 3D 51 DB 48 3F 0 E E8 45 37
Octal 75 121 333 110 77 0 16 350 105 67
Binary 111101 1010001 11011011 1001000 111111 0 1110 11101000 1000101 110111

Color Harmonies of #3D51DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D51DB

Black with #3D51DB

Text Example


Text Example

White with #3D51DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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