Html Css Color HEX #3B40AD Free Speech Blue

📋 copy color: '#3B40AD'

red 59 ◦ green 64 ◦ blue 173

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

Shades of Free Speech Blue #3B40AD

Tints of Free Speech Blue #3B40AD

RGB

 RED value IS 59 (23.44% from 255) = 19.93%

 GREEN value IS 64 (25.39% from 255) = 21.62%

 BLUE value IS 173 (67.97% from 255) = 58.45%

R = 19.93%
G = 21.62%
B = 58.45%

CMYK

 C value IS 0.66

 M value IS 0.63

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3B40AD (or 0x3B40AD) is known color: Free Speech Blue. HEX triplet: 3B, 40 and AD. RGB value is (59,64,173). Sum of RGB (Red+Green+Blue) = 59+64+173=296 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.93% from 296); Green value is 64 (25.39% from 255 or 21.62% from 296); Blue value is 173 (67.97% from 255 or 58.45% from 296); Max value from RGB is 173 - color contains mainly: blue. Hex color #3B40AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B40AD is #C4BF52. Grayscale: #4A4A4A. Windows color (decimal): -12894035 or 11354171. OLE color: 11354171.

HSL color Cylindrical-coordinate representation of color #3B40AD: hue angle of 237.37º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3B40AD is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 59 64 173 -
CMYK 0.66 0.63 0 0.32
HSL 237.37º 0.49% 0.45% -
HSV(B) 237.37º 0.66% 0.68% -
XYZ 11.18 7.61 40.42 -
YUV 74.93 183.34 116.64 -
System Red Green Blue C M Y K H S L
Decimal 59 64 173 0.66 0.63 0 0.32 237.37 0.49 0.45
Hex 3B 40 AD 42 3F 0 20 ED 31 2D
Octal 73 100 255 102 77 0 40 355 61 55
Binary 111011 1000000 10101101 1000010 111111 0 100000 11101101 110001 101101

Color Harmonies of #3B40AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B40AD

Black with #3B40AD

Text Example


Text Example

White with #3B40AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,64,173); }

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

background-color css

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

 a { background-color: rgb(59,64,173); }

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

border-color css

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

 span { border-color: rgb(59,64,173); }

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