Html Css Color HEX #3A58BE Free Speech Blue

📋 copy color: '#3A58BE'

red 58 ◦ green 88 ◦ blue 190

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

Shades of Free Speech Blue #3A58BE

Tints of Free Speech Blue #3A58BE

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.19%

 BLUE value IS 190 (74.61% from 255) = 56.55%

R = 17.26%
G = 26.19%
B = 56.55%

CMYK

 C value IS 0.69

 M value IS 0.54

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3A58BE (or 0x3A58BE) is known color: Free Speech Blue. HEX triplet: 3A, 58 and BE. RGB value is (58,88,190). Sum of RGB (Red+Green+Blue) = 58+88+190=336 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.26% from 336); Green value is 88 (34.77% from 255 or 26.19% from 336); Blue value is 190 (74.61% from 255 or 56.55% from 336); Max value from RGB is 190 - color contains mainly: blue. Hex color #3A58BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A58BE is #C5A741. Grayscale: #5A5A5A. Windows color (decimal): -12953410 or 12474426. OLE color: 12474426.

HSL color Cylindrical-coordinate representation of color #3A58BE: hue angle of 226.36º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3A58BE is Cyan = 0.69, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 58 88 190 -
CMYK 0.69 0.54 0 0.25
HSL 226.36º 0.53% 0.49% -
HSV(B) 226.36º 0.69% 0.75% -
XYZ 14.53 11.6 50.19 -
YUV 90.66 184.06 104.71 -
System Red Green Blue C M Y K H S L
Decimal 58 88 190 0.69 0.54 0 0.25 226.36 0.53 0.49
Hex 3A 58 BE 45 36 0 19 E2 35 31
Octal 72 130 276 105 66 0 31 342 65 61
Binary 111010 1011000 10111110 1000101 110110 0 11001 11100010 110101 110001

Color Harmonies of #3A58BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A58BE

Black with #3A58BE

Text Example


Text Example

White with #3A58BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,88,190); }

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

background-color css

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

 a { background-color: rgb(58,88,190); }

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

border-color css

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

 span { border-color: rgb(58,88,190); }

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