Html Css Color HEX #3A4DB9 Free Speech Blue

📋 copy color: '#3A4DB9'

red 58 ◦ green 77 ◦ blue 185

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

Shades of Free Speech Blue #3A4DB9

Tints of Free Speech Blue #3A4DB9

RGB

 RED value IS 58 (23.05% from 255) = 18.13%

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

 BLUE value IS 185 (72.66% from 255) = 57.81%

R = 18.13%
G = 24.06%
B = 57.81%

CMYK

 C value IS 0.69

 M value IS 0.58

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3A4DB9 (or 0x3A4DB9) is known color: Free Speech Blue. HEX triplet: 3A, 4D and B9. RGB value is (58,77,185). Sum of RGB (Red+Green+Blue) = 58+77+185=320 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.12% from 320); Green value is 77 (30.47% from 255 or 24.06% from 320); Blue value is 185 (72.66% from 255 or 57.81% from 320); Max value from RGB is 185 - color contains mainly: blue. Hex color #3A4DB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A4DB9 is #C5B246. Grayscale: #535353. Windows color (decimal): -12956231 or 12143930. OLE color: 12143930.

HSL color Cylindrical-coordinate representation of color #3A4DB9: hue angle of 231.02º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3A4DB9 is Cyan = 0.69, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 58 77 185 -
CMYK 0.69 0.58 0 0.27
HSL 231.02º 0.52% 0.48% -
HSV(B) 231.02º 0.69% 0.73% -
XYZ 13.16 9.71 47.08 -
YUV 83.63 185.21 109.72 -
System Red Green Blue C M Y K H S L
Decimal 58 77 185 0.69 0.58 0 0.27 231.02 0.52 0.48
Hex 3A 4D B9 45 3A 0 1B E7 34 30
Octal 72 115 271 105 72 0 33 347 64 60
Binary 111010 1001101 10111001 1000101 111010 0 11011 11100111 110100 110000

Color Harmonies of #3A4DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4DB9

Black with #3A4DB9

Text Example


Text Example

White with #3A4DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,77,185); }

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

background-color css

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

 a { background-color: rgb(58,77,185); }

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

border-color css

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

 span { border-color: rgb(58,77,185); }

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