Html Css Color HEX #3A4DB6 Free Speech Blue

📋 copy color: '#3A4DB6'

red 58 ◦ green 77 ◦ blue 182

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

Shades of Free Speech Blue #3A4DB6

Tints of Free Speech Blue #3A4DB6

RGB

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

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

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

R = 18.3%
G = 24.29%
B = 57.41%

CMYK

 C value IS 0.68

 M value IS 0.58

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#3A4DB6 (or 0x3A4DB6) is known color: Free Speech Blue. HEX triplet: 3A, 4D and B6. RGB value is (58,77,182). Sum of RGB (Red+Green+Blue) = 58+77+182=317 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.30% from 317); Green value is 77 (30.47% from 255 or 24.29% from 317); Blue value is 182 (71.48% from 255 or 57.41% from 317); Max value from RGB is 182 - color contains mainly: blue. Hex color #3A4DB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A4DB6 is #C5B249. Grayscale: #525252. Windows color (decimal): -12956234 or 11947322. OLE color: 11947322.

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

Color convert

RGB 58 77 182 -
CMYK 0.68 0.58 0 0.29
HSL 230.81º 0.52% 0.47% -
HSV(B) 230.81º 0.68% 0.71% -
XYZ 12.84 9.58 45.43 -
YUV 83.29 183.71 109.96 -
System Red Green Blue C M Y K H S L
Decimal 58 77 182 0.68 0.58 0 0.29 230.81 0.52 0.47
Hex 3A 4D B6 44 3A 0 1D E7 34 2F
Octal 72 115 266 104 72 0 35 347 64 57
Binary 111010 1001101 10110110 1000100 111010 0 11101 11100111 110100 101111

Color Harmonies of #3A4DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4DB6

Black with #3A4DB6

Text Example


Text Example

White with #3A4DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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