Html Css Color HEX #3D4AB1 Free Speech Blue

📋 copy color: '#3D4AB1'

red 61 ◦ green 74 ◦ blue 177

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

Shades of Free Speech Blue #3D4AB1

Tints of Free Speech Blue #3D4AB1

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.72%

 BLUE value IS 177 (69.53% from 255) = 56.73%

R = 19.55%
G = 23.72%
B = 56.73%

CMYK

 C value IS 0.66

 M value IS 0.58

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3D4AB1 (or 0x3D4AB1) is known color: Free Speech Blue. HEX triplet: 3D, 4A and B1. RGB value is (61,74,177). Sum of RGB (Red+Green+Blue) = 61+74+177=312 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.55% from 312); Green value is 74 (29.30% from 255 or 23.72% from 312); Blue value is 177 (69.53% from 255 or 56.73% from 312); Max value from RGB is 177 - color contains mainly: blue. Hex color #3D4AB1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D4AB1 is #C2B54E. Grayscale: #515151. Windows color (decimal): -12760399 or 11618877. OLE color: 11618877.

HSL color Cylindrical-coordinate representation of color #3D4AB1: hue angle of 233.28º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3D4AB1 is Cyan = 0.66, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 61 74 177 -
CMYK 0.66 0.58 0 0.31
HSL 233.28º 0.49% 0.47% -
HSV(B) 233.28º 0.66% 0.69% -
XYZ 12.31 9.06 42.7 -
YUV 81.86 181.69 113.12 -
System Red Green Blue C M Y K H S L
Decimal 61 74 177 0.66 0.58 0 0.31 233.28 0.49 0.47
Hex 3D 4A B1 42 3A 0 1F E9 31 2F
Octal 75 112 261 102 72 0 37 351 61 57
Binary 111101 1001010 10110001 1000010 111010 0 11111 11101001 110001 101111

Color Harmonies of #3D4AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D4AB1

Black with #3D4AB1

Text Example


Text Example

White with #3D4AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,74,177); }

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

background-color css

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

 a { background-color: rgb(61,74,177); }

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

border-color css

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

 span { border-color: rgb(61,74,177); }

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