Html Css Color HEX #3A52BE Free Speech Blue

📋 copy color: '#3A52BE'

red 58 ◦ green 82 ◦ blue 190

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

Shades of Free Speech Blue #3A52BE

Tints of Free Speech Blue #3A52BE

RGB

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

 GREEN value IS 82 (32.42% from 255) = 24.85%

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

R = 17.58%
G = 24.85%
B = 57.58%

CMYK

 C value IS 0.69

 M value IS 0.57

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3A52BE (or 0x3A52BE) is known color: Free Speech Blue. HEX triplet: 3A, 52 and BE. RGB value is (58,82,190). Sum of RGB (Red+Green+Blue) = 58+82+190=330 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.58% from 330); Green value is 82 (32.42% from 255 or 24.85% from 330); Blue value is 190 (74.61% from 255 or 57.58% from 330); Max value from RGB is 190 - color contains mainly: blue. Hex color #3A52BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A52BE is #C5AD41. Grayscale: #565656. Windows color (decimal): -12954946 or 12472890. OLE color: 12472890.

HSL color Cylindrical-coordinate representation of color #3A52BE: hue angle of 229.09º 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 #3A52BE is Cyan = 0.69, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 58 82 190 -
CMYK 0.69 0.57 0 0.25
HSL 229.09º 0.53% 0.49% -
HSV(B) 229.09º 0.69% 0.75% -
XYZ 14.06 10.65 50.03 -
YUV 87.14 186.05 107.22 -
System Red Green Blue C M Y K H S L
Decimal 58 82 190 0.69 0.57 0 0.25 229.09 0.53 0.49
Hex 3A 52 BE 45 39 0 19 E5 35 31
Octal 72 122 276 105 71 0 31 345 65 61
Binary 111010 1010010 10111110 1000101 111001 0 11001 11100101 110101 110001

Color Harmonies of #3A52BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A52BE

Black with #3A52BE

Text Example


Text Example

White with #3A52BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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